diff options
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 |