mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
4 lines
181 B
Diff
4 lines
181 B
Diff
|
# Fix build:
|
||
|
zcat $CWD/patch/kdeartwork/kdeartwork.cmake.include.checkincludefiles.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|
||
|
|