From 84268b65a80c754efd3c27c6e55d2cc5a9708e0d Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Sat, 13 Sep 2008 22:07:53 +0000 Subject: * debian/hurd.postinst: Install w and ps alternatives links in /bin, not /usr/bin. --- debian/changelog | 3 ++- debian/hurd.postinst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3bc5db8f..4bed84b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ hurd (20080607-7) UNRELEASED; urgency=low - * + * debian/hurd.postinst: Install w and ps alternatives links in /bin, not + /usr/bin. -- Michael Banck Sat, 13 Sep 2008 23:43:27 +0200 diff --git a/debian/hurd.postinst b/debian/hurd.postinst index cdd9458a..a58e990e 100644 --- a/debian/hurd.postinst +++ b/debian/hurd.postinst @@ -9,7 +9,7 @@ update-alternatives \ --install /usr/bin/fakeroot fakeroot /bin/fakeroot-hurd 30 update-alternatives \ - --install /usr/bin/ps ps /bin/ps-hurd 60 + --install /bin/ps ps /bin/ps-hurd 60 update-alternatives \ --install /usr/bin/uptime uptime /bin/uptime-hurd 30 @@ -18,7 +18,7 @@ update-alternatives \ --install /usr/bin/vmstat vmstat /bin/vmstat-hurd 60 update-alternatives \ - --install /usr/bin/w w /bin/w-hurd 60 + --install /bin/w w /bin/w-hurd 60 #DEBHELPER# -- cgit v1.2.3