diff options
| author | Guillem Jover <guillem@debian.org> | 2004-09-22 23:03:15 +0000 |
|---|---|---|
| committer | Guillem Jover <guillem@debian.org> | 2004-09-22 23:03:15 +0000 |
| commit | e2c0607d4d4cbb03f240e8e14224f9464a4eb3b5 (patch) | |
| tree | ebb7e1eaaba646866d06fc7da1de8e758687cb45 /debian/rules | |
| parent | 3599fb62783d327960655c2d24be890b8c32fa72 (diff) | |
debian/hurd.postinst: Move /bin/login suid root chmod to debian/rules.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 608d7744..cfd3a825 100755 --- a/debian/rules +++ b/debian/rules @@ -32,3 +32,7 @@ DEB_MAKE_INSTALL_TARGET = install prefix=$(DEB_DESTDIR) sysconfdir=$(DEB_DESTDIR install/hurd:: # runsystem is managed by update-alternatives mv debian/tmp/libexec/runsystem debian/tmp/libexec/runsystem.gnu + +binary-predeb/hurd:: + chmod u+s $(DEB_DESTDIR)/bin/login + |
