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 /debian/rules | |
| parent | 421ccd6639606cd4ccd898949ab1bee078102124 (diff) | |
Move w to /usr/bin
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
