mirror of
git://slackware.nl/current.git
synced 2025-01-02 06:19:52 +01:00
4 lines
181 B
Diff
4 lines
181 B
Diff
|
# Allow for the use of xfreerdp >= 1.1.0:
|
||
|
zcat $CWD/patch/krdc/krdc_freerdp-1.1.0.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|
||
|
|