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