mirror of
git://slackware.nl/current.git
synced 2025-01-02 06:19:52 +01:00
5 lines
240 B
Diff
5 lines
240 B
Diff
|
# Install Kleopatra headers, needed by kopete-cryptography:
|
||
|
# This used to be fixed?
|
||
|
zcat $CWD/patch/kdepim/kdepim-install_kleopatra_headers.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|
||
|
|