summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/kopeninghours.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch/kopeninghours.patch')
-rw-r--r--source/kde/kde/patch/kopeninghours.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/kde/kde/patch/kopeninghours.patch b/source/kde/kde/patch/kopeninghours.patch
new file mode 100644
index 000000000..8579bf764
--- /dev/null
+++ b/source/kde/kde/patch/kopeninghours.patch
@@ -0,0 +1,4 @@
+# Fix install dir for Python module if $LIBDIRSUFFIX = 64:
+if [ "$LIBDIRSUFFIX" = "64" ]; then
+ cat $CWD/patch/kopeninghours/kopeninghours.x86_64.python.libdir.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+fi