diff options
Diffstat (limited to 'debian')
| -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 |
