diff options
Diffstat (limited to 'source/kde/patch/kde-runtime.patch')
-rw-r--r-- | source/kde/patch/kde-runtime.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/kde/patch/kde-runtime.patch b/source/kde/patch/kde-runtime.patch index ec5000ce..3cdd393c 100644 --- a/source/kde/patch/kde-runtime.patch +++ b/source/kde/patch/kde-runtime.patch @@ -1,2 +1,3 @@ zcat $CWD/patch/kde-runtime/kde-runtime-4.14.3.nm.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +zcat $CWD/patch/kde-runtime/kde-runtime.fix.konqueror.manpage.infopage.display.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } |