summaryrefslogtreecommitdiffstats
path: root/libraries/fltk13/fltk13.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/fltk13/fltk13.SlackBuild')
-rw-r--r--libraries/fltk13/fltk13.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/fltk13/fltk13.SlackBuild b/libraries/fltk13/fltk13.SlackBuild
index 13e042b643..3a262e339a 100644
--- a/libraries/fltk13/fltk13.SlackBuild
+++ b/libraries/fltk13/fltk13.SlackBuild
@@ -74,7 +74,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Fix linking when --libdir=/usr/lib64
+# Fix linking when --libdir=/usr/lib64
sed -i \
-e '/RANLIB/s:$(libdir)/\(.*LIBNAME)\):$(libdir)/`basename \1`:g' \
src/Makefile || exit