summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch/kopeninghours.patch
blob: 8579bf764133f367469f7d87153d5f6613d8daf3 (plain) (blame)
1
2
3
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