summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/hurd.postinst4
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 <mbanck@debian.org> 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#