diff options
author | 2018-08-12 13:21:41 +0200 | |
---|---|---|
committer | 2018-08-12 13:21:41 +0200 | |
commit | 9d919f91838c5127795bacb67f4256b38e0a094e (patch) | |
tree | 91a19c4cae1fc0646eb9daa3d1de2685b75b3b12 | |
parent | 3c99f902aa58fe642010d950e7fca1d3d2163239 (diff) | |
download | ktown-9d919f91838c5127795bacb67f4256b38e0a094e.tar.gz ktown-9d919f91838c5127795bacb67f4256b38e0a094e.tar.xz |
Disable a no longer relevant patch
-rw-r--r-- | kde/patch/kde-dev-utils.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/patch/kde-dev-utils.patch b/kde/patch/kde-dev-utils.patch index f2d3cc1..c5cbc92 100644 --- a/kde/patch/kde-dev-utils.patch +++ b/kde/patch/kde-dev-utils.patch @@ -1,3 +1,3 @@ # Fix build against KF 5.48.0 (only relevant for 18.04.3): -cat $CWD/patch/kde-dev-utils/build_with_kf548.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/kde-dev-utils/build_with_kf548.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } |