From a38a9c97e7c5b8461648ecf67ba96a686184d855 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Sun, 19 Jun 2005 23:15:40 +0000 Subject: Install hurd-console into debian/hurd/etc/hurd-console, not debian/tmp/etc/hurd-console. --- debian/changelog | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4afce1f2..9b2c6e98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ hurd (20050513-3+SVN) unreleased; urgency=low * debian/patches/hurd_console_startup.patch: New patch, adding support for starting the Hurd console on bootup. * debian/hurd-console.default: New file. - * debian/rules (install/hurd::) Install it into debian/tmp/etc/default. + * debian/rules (install/hurd::) Install it into debian/hurd/etc/default. * debian/hurd.dirs: Added `etc/default'. * debian/hurd.postinst: Removed creation of user `login'. diff --git a/debian/rules b/debian/rules index 8aa16126..62865e6e 100755 --- a/debian/rules +++ b/debian/rules @@ -41,7 +41,7 @@ install/hurd:: # fakeroot package mv debian/tmp/bin/fakeroot debian/tmp/bin/fakeroot-hurd - install -m664 debian/hurd-console.default debian/tmp/etc/default/hurd-console + install -m664 debian/hurd-console.default debian/hurd/etc/default/hurd-console SUID_PROGRAMS = /bin/ids /bin/login /bin/ps /bin/w -- cgit v1.2.3