From e1794b561d3d900bf67734d6421a3db49316b9ea Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Thu, 9 Aug 2007 14:38:09 +0000 Subject: Install servers.boot in debian/rules, not from debian/hurd.install --- debian/changelog | 2 +- debian/hurd.install | 1 - debian/rules | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 813ecd06..8e6dcb65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ hurd (20070606-2+SVN) UNRELEASED; urgency=low [ Michael Banck ] * debian/patches/patches/servers.boot-update.patch: New patch, updates the servers.boot script to use the currently used Grub module lines. - * debian/hurd.install: Install release/servers.boot into /boot. + * debian/rules (install/hurd::): Install release/servers.boot into /boot. * debian/patches/pfinet_-fno-strict-aliasing.patch: New patch, adding -fno-strict-aliasing to pfinet's CFLAGS to fix compilation with gcc-4.2, taken from CVS. diff --git a/debian/hurd.install b/debian/hurd.install index 3f2b89fc..def91318 100644 --- a/debian/hurd.install +++ b/debian/hurd.install @@ -63,4 +63,3 @@ debian/tmp/etc/login/README debian/tmp/etc/ttys debian/tmp/dev/MAKEDEV debian/tmp/share/msgids/hurd.msgids usr/share/msgids -release/servers.boot boot diff --git a/debian/rules b/debian/rules index 0e283194..9af14030 100755 --- a/debian/rules +++ b/debian/rules @@ -48,6 +48,7 @@ install/hurd:: install -m664 debian/hurd-console.default debian/hurd/etc/default/hurd-console install -m664 build-tree/hurd/console/motd.UTF8 debian/hurd/etc/ + install -m664 build-tree/hurd/release/servers.boot debian/hurd/boot/ install/hurd-dev:: install -m644 debian/local/soundcard.h debian/tmp/include/sys -- cgit v1.2.3