From 82c612c893319e1cf7b83c7f22fec12e727d2c01 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Fri, 26 Sep 2008 17:26:31 +0000 Subject: * debian/rules: Install uptime and vmstat into /usr/bin, not /bin. * debian/hurd.postinst: Update accordingly. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 7a80719d..1620561c 100755 --- a/debian/rules +++ b/debian/rules @@ -45,8 +45,8 @@ install/hurd:: # ones from other packages mv debian/tmp/bin/fakeroot debian/tmp/bin/fakeroot-hurd mv debian/tmp/bin/ps debian/tmp/bin/ps-hurd - mv debian/tmp/bin/uptime debian/tmp/bin/uptime-hurd - mv debian/tmp/bin/vmstat debian/tmp/bin/vmstat-hurd + mv debian/tmp/bin/uptime debian/tmp/usr/bin/uptime-hurd + mv debian/tmp/bin/vmstat debian/tmp/usr/bin/vmstat-hurd mv debian/tmp/bin/w debian/tmp/usr/bin/w-hurd install -m664 debian/hurd-console.default debian/hurd/etc/default/hurd-console -- cgit v1.2.3