diff options
author | David Schleef <ds@schleef.org> | 2001-07-13 03:51:01 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-13 03:51:01 +0000 |
commit | e3424a396a633d010bc2c91dbd6cb61ae6366645 (patch) | |
tree | 8cffea7b35da651e043e62452562d5d3f437d819 /debian/rules | |
parent | 17a4d27ec4d4afe6a2b2c7cd468c3171c90f3db2 (diff) |
fixperms needs the correct name for ld-uClibc
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 2d62b5d1f..769c19172 100755 --- a/debian/rules +++ b/debian/rules @@ -114,7 +114,7 @@ binary-arch: build install dh_link dh_strip dh_compress - dh_fixperms -Xld-uclibc + dh_fixperms -Xld-uClibc # You may want to make some executables suid here. # dh_suidregister # dh_makeshlibs |