diff options
author | Michael Banck <mbanck@debian.org> | 2005-06-19 23:15:40 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2005-06-19 23:15:40 +0000 |
commit | a38a9c97e7c5b8461648ecf67ba96a686184d855 (patch) | |
tree | f499fede3dfea965f0a4eeb85b37135e3d6a25fc /debian | |
parent | 83e10ef8ea08f288cc9d1179bc53a28262f07d64 (diff) |
Install hurd-console into debian/hurd/etc/hurd-console, not
debian/tmp/etc/hurd-console.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | 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 |