diff options
| author | Michael Banck <mbanck@debian.org> | 2005-02-18 01:54:19 +0000 |
|---|---|---|
| committer | Michael Banck <mbanck@debian.org> | 2005-02-18 01:54:19 +0000 |
| commit | 64aba67ef45f8add4954f8385320f726c4cbca60 (patch) | |
| tree | 9112c8725ad7f4cb1e88150ae7771c9a8aefdae8 | |
| parent | 23facc7d2bf929360c19072f4435d2400f419728 (diff) | |
line wrapping fix
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index bf8c8b05..09e3d0f7 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,8 @@ install/hurd:: # runsystem is managed by update-alternatives mv debian/tmp/libexec/runsystem debian/tmp/libexec/runsystem.gnu - # move away fakeroot to not conflict with the one from the fakeroot package + # move away fakeroot to not conflict with the one from the + # fakeroot package mv debian/tmp/bin/fakeroot debian/tmp/bin/fakeroot-hurd SUID_PROGRAMS = /bin/ids /bin/login /bin/ps /bin/w |
