summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 4c1dee8e..0c89770b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,8 +107,8 @@ binary-arch: build
mv debian/tmp/lib/*.a debian/$(package)-dev/usr/lib/.
# Create development library links.
for file in `cd debian/tmp/lib && ls *.so.*`; do \
- linkname=`echo "$$file" | sed 's/\..*$/.so/'`; \
- ln -sf /lib/$$file debian/$(package)-dev/usr/lib/$$linkname; \\
+ linkname=`echo "$$file" | sed 's/\..*$$/.so/'`; \
+ ln -sf /lib/$$file debian/$(package)-dev/usr/lib/$$linkname; \
done
rm -f debian/tmp/lib/*.so