summaryrefslogtreecommitdiffstats
path: root/p7zip
diff options
context:
space:
mode:
Diffstat (limited to 'p7zip')
-rwxr-xr-xp7zip/build/p7zip.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/p7zip/build/p7zip.SlackBuild b/p7zip/build/p7zip.SlackBuild
index 94b5ecef..ca0dac60 100755
--- a/p7zip/build/p7zip.SlackBuild
+++ b/p7zip/build/p7zip.SlackBuild
@@ -209,8 +209,8 @@ if [ "$GUI" = "YES" ]; then
# the dolphin "open with..." menu too:
cat <<EOT > $PKG/usr/bin/7zFM
#!/bin/sh
-[ -z "$1" ] && ARGS=$HOME || ARGS="$@"
-"/usr/lib64/p7zip/7zFM" "$ARGS"
+[ -z "\$1" ] && ARGS=\$HOME || ARGS="\$@"
+"/usr/lib${LIBDIRSUFFIX}/p7zip/7zFM" "\$ARGS"
EOT
chmod 755 $PKG/usr/bin/{7zFM,7zG,Client7z}