summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2007-08-09 14:38:09 +0000
committerMichael Banck <mbanck@debian.org>2007-08-09 14:38:09 +0000
commite1794b561d3d900bf67734d6421a3db49316b9ea (patch)
treea68e2bb9fe728a474ff143ae47bdc3e873ed768a
parentebe7c4e888b26ddc8b1aff1a41173a6649f7e902 (diff)
Install servers.boot in debian/rules, not from debian/hurd.install
-rw-r--r--debian/changelog2
-rw-r--r--debian/hurd.install1
-rwxr-xr-xdebian/rules1
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