summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2008-09-13 22:07:53 +0000
committerMichael Banck <mbanck@debian.org>2008-09-13 22:07:53 +0000
commit84268b65a80c754efd3c27c6e55d2cc5a9708e0d (patch)
tree0fa50ed638b1bab8b0a58062cb914a84a7ac91bf
parent20930126921583e77141e4b7eea810aeb0c06749 (diff)
* debian/hurd.postinst: Install w and ps alternatives links in /bin, not
/usr/bin.
-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#