diff options
author | Michael Banck <mbanck@debian.org> | 2008-09-26 17:30:52 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2008-09-26 17:30:52 +0000 |
commit | f4dd5b845aa75eb00aa3a065298d2e88f5de307d (patch) | |
tree | b0e2c8302a702efb458c7c4bdc78df3319a1aee0 /debian/hurd.postinst | |
parent | 82c612c893319e1cf7b83c7f22fec12e727d2c01 (diff) |
Same procedure for fakeroot
Diffstat (limited to 'debian/hurd.postinst')
-rw-r--r-- | debian/hurd.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/hurd.postinst b/debian/hurd.postinst index 34295466..3713c7e6 100644 --- a/debian/hurd.postinst +++ b/debian/hurd.postinst @@ -6,7 +6,7 @@ update-alternatives --quiet \ --install /libexec/runsystem runsystem /libexec/runsystem.gnu 20 update-alternatives \ - --install /usr/bin/fakeroot fakeroot /bin/fakeroot-hurd 30 + --install /usr/bin/fakeroot fakeroot /usr/bin/fakeroot-hurd 30 update-alternatives \ --install /bin/ps ps /bin/ps-hurd 60 |