From a3665f6e6db3960152ec7466bc1684f30710b30d Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Wed, 1 Oct 2008 16:41:48 +0000 Subject: * debian/rules (binary-predeb/hurd): Adjust paths. * debian/hurd.install: Likewise. * debian/hurd-udeb.install: Likewise. * debian/hurd.dirs: Added /usr/bin. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/rules') 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)) -- cgit v1.2.3