mirror of
git://slackware.nl/current.git
synced 2025-01-11 08:01:05 +01:00
4 lines
274 B
Diff
4 lines
274 B
Diff
# Allow Kate to be started by the root user; disallowing this is not
|
|||
# a decision that a developer should make for the user, it is patronizing:
|
|||
cat $CWD/patch/kate/kate_runasroot.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|