diff options
author | Michael Banck <mbanck@debian.org> | 2008-09-26 17:23:57 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2008-09-26 17:23:57 +0000 |
commit | 33db13493ba4ac17713b0ef94047900946acf13f (patch) | |
tree | 0e1fb2684f88b16b900160520f45593a91dba215 | |
parent | 421ccd6639606cd4ccd898949ab1bee078102124 (diff) |
Move w to /usr/bin
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 51beb604..2d2b0ef1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,7 +20,7 @@ hurd (20080921-1) UNRELEASED; urgency=low + debian/rules (build/hurd): Replace build-tree with $(DEB_SRCDIR). + debian/rules (install/hurd): Likewise. + debian/hurd-doc.docs: Adjust paths. - * debian/hurd.postinst: Install w and ps alternatives links in /bin, not + * debian/hurd.postinst: Install ps alternative link in /bin, not /usr/bin. * debian/hurd.postinst: Install /proc as passive translator only. * debian/patches/uptime_w_path_fix.patch: New patch, run /usr/bin/w instead diff --git a/debian/rules b/debian/rules index 00269c6a..7a80719d 100755 --- a/debian/rules +++ b/debian/rules @@ -47,7 +47,7 @@ install/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/w debian/tmp/bin/w-hurd + mv debian/tmp/bin/w debian/tmp/usr/bin/w-hurd install -m664 debian/hurd-console.default debian/hurd/etc/default/hurd-console |