summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2008-09-26 17:26:31 +0000
committerMichael Banck <mbanck@debian.org>2008-09-26 17:26:31 +0000
commit82c612c893319e1cf7b83c7f22fec12e727d2c01 (patch)
tree94f89a777fefef5c59f3e2c0ec12a9acd4ca01a1 /debian/rules
parent33db13493ba4ac17713b0ef94047900946acf13f (diff)
* debian/rules: Install uptime and vmstat into /usr/bin, not /bin.
* debian/hurd.postinst: Update accordingly.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
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