diff options
author | Guillem Jover <guillem@debian.org> | 2004-09-26 19:41:21 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2004-09-26 19:41:21 +0000 |
commit | 208d10a2dd38e6311bfb09eb3a80c492775ef42e (patch) | |
tree | 8026e929a94a555ea93e9487c6832fee8a3d1458 /debian/rules | |
parent | 4b2d166263970ea27c13d436a195f7889de9261f (diff) |
Change the suid bit from the installed login binary not the origin.
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 cfd3a825..51ccf189 100755 --- a/debian/rules +++ b/debian/rules @@ -34,5 +34,5 @@ install/hurd:: mv debian/tmp/libexec/runsystem debian/tmp/libexec/runsystem.gnu binary-predeb/hurd:: - chmod u+s $(DEB_DESTDIR)/bin/login + chmod u+s $(CURDIR)/debian/$(cdbs_curpkg)/bin/login |