summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-04-20 17:14:33 +0200
committer Eric Hameleers <alien@slackware.com>2018-04-20 17:14:33 +0200
commit2925336695faa4c62331b4950c7628f628c1ca0c (patch)
tree5226fba18a3e41f3f241e67fe2b01fc07f24013d
parentdcf63056cf8a70c7077cf8006df184835f2c116c (diff)
downloadktown-2925336695faa4c62331b4950c7628f628c1ca0c.tar.gz
ktown-2925336695faa4c62331b4950c7628f628c1ca0c.tar.xz
deps/qt5: remove .la files from the correct path
-rwxr-xr-xdeps/qt5/qt5.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/qt5/qt5.SlackBuild b/deps/qt5/qt5.SlackBuild
index 102ce15..ee0e0a3 100755
--- a/deps/qt5/qt5.SlackBuild
+++ b/deps/qt5/qt5.SlackBuild
@@ -236,7 +236,7 @@ for file in $(find . | xargs file | grep -e "executable" -e "shared object" | gr
done
# Don't ship .la files:
-rm -f usr/lib${LIBDIRSUFFIX}/*.la
+rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la
# Fix internal linking for Qt5WebEngineCore.pc ,
# thanks to Larry Hajali's SBo script: