diff options
| -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 |
