summaryrefslogtreecommitdiffstats
path: root/kde/post-install
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-08-10 15:33:25 +0200
committer Eric Hameleers <alien@slackware.com>2018-08-10 15:33:25 +0200
commit02310e529da390892318e000245db4a1866241c4 (patch)
tree43327b728505807b2a66378f9c2f9a1dd5e66208 /kde/post-install
parentf3d8d806bc23f44af6c49c553eba0db627b27d87 (diff)
downloadktown-02310e529da390892318e000245db4a1866241c4.tar.gz
ktown-02310e529da390892318e000245db4a1866241c4.tar.xz
Fix a hardcoded 'lib64'
Diffstat (limited to 'kde/post-install')
-rw-r--r--kde/post-install/plasma-workspace.post-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde/post-install/plasma-workspace.post-install b/kde/post-install/plasma-workspace.post-install
index ebeb5e0..19e5c71 100644
--- a/kde/post-install/plasma-workspace.post-install
+++ b/kde/post-install/plasma-workspace.post-install
@@ -24,8 +24,8 @@ cat $CWD/post-install/plasma-workspace/xsession/plasma-safe.desktop \
> $PKG/usr/share/xsessions/z_plasma-safe.desktop
# What is "plugins/plugins"?
-mv $PKG/usr/lib64/qt5/plugins/{plugins,}/phonon_platform
-rmdir $PKG/usr/lib64/qt5/plugins/plugins
+mv $PKG/usr/lib$LIBDIRSUFFIX/qt5/plugins/{plugins,}/phonon_platform
+rmdir $PKG/usr/lib$LIBDIRSUFFIX/qt5/plugins/plugins
# Move the polkit dbus configuration files to the proper place:
mkdir -p $PKG/etc