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/rules | |
| parent | 83e10ef8ea08f288cc9d1179bc53a28262f07d64 (diff) | |
Install hurd-console into debian/hurd/etc/hurd-console, not
debian/tmp/etc/hurd-console.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
