diff options
| author | Michael Banck <mbanck@debian.org> | 2006-01-20 01:05:34 +0000 |
|---|---|---|
| committer | Michael Banck <mbanck@debian.org> | 2006-01-20 01:05:34 +0000 |
| commit | 6b9382eb1306915a9e30b9846c76fd64fa462d1a (patch) | |
| tree | 181a4682b1eb7578734ce88ff9b19107a96d198f /debian/rules | |
| parent | 0ae7098343bc783b1476ca9d76f1ada76a02a08b (diff) | |
* debian/rules (install/hurd::): Install motd.UTF8 into /etc.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 62865e6e..d97d7695 100755 --- a/debian/rules +++ b/debian/rules @@ -43,6 +43,8 @@ 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/ + SUID_PROGRAMS = /bin/ids /bin/login /bin/ps /bin/w binary-predeb/hurd:: |
