mirror of
git://slackware.nl/current.git
synced 2025-01-02 06:19:52 +01:00
4 lines
212 B
Diff
4 lines
212 B
Diff
|
# Kludge around a strange failure in setting up the unit tests:
|
||
|
zcat $CWD/patch/libkscreen/libkscreen.broken.test.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|
||
|
|