diff options
| author | Michael Banck <mbanck@debian.org> | 2008-10-01 16:41:48 +0000 |
|---|---|---|
| committer | Michael Banck <mbanck@debian.org> | 2008-10-01 16:41:48 +0000 |
| commit | a3665f6e6db3960152ec7466bc1684f30710b30d (patch) | |
| tree | 43182d2905ee55e93835912c9c382454ca632832 /debian/rules | |
| parent | b0a87a102ba57645bf5e8536bbf06988e204ed7f (diff) | |
* debian/rules (binary-predeb/hurd): Adjust paths.
* debian/hurd.install: Likewise.
* debian/hurd-udeb.install: Likewise.
* debian/hurd.dirs: Added /usr/bin.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2053a4b7..93cd7a5b 100755 --- a/debian/rules +++ b/debian/rules @@ -43,6 +43,7 @@ install/hurd:: # move away fakeroot, ps, uptime, vmstat and w to not conflict with the # ones from other packages + mkdir -p debian/tmp/usr/bin mv debian/tmp/bin/fakeroot debian/tmp/usr/bin/fakeroot-hurd mv debian/tmp/bin/ps debian/tmp/bin/ps-hurd mv debian/tmp/bin/uptime debian/tmp/usr/bin/uptime-hurd @@ -57,7 +58,7 @@ install/hurd:: install/hurd-dev:: install -m644 debian/local/soundcard.h debian/tmp/include/sys -SUID_PROGRAMS = /bin/ids /bin/login /bin/ps-hurd /bin/w-hurd +SUID_PROGRAMS = /bin/ids /bin/login /bin/ps-hurd /usr/bin/w-hurd binary-predeb/hurd:: chmod u+s $(patsubst %, $(CURDIR)/debian/$(cdbs_curpkg)%, $(SUID_PROGRAMS)) |
