diff options
Diffstat (limited to 'development/monotone/monotone.SlackBuild')
-rw-r--r-- | development/monotone/monotone.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/monotone/monotone.SlackBuild b/development/monotone/monotone.SlackBuild index 1f939b0f44..96ee189099 100644 --- a/development/monotone/monotone.SlackBuild +++ b/development/monotone/monotone.SlackBuild @@ -72,7 +72,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Thanks gentoo for the patches +# Thanks gentoo and arch for the patches for i in $CWD/patches/* ; do patch -p0 < $i ; done CFLAGS="$SLKCFLAGS" \ |