diff options
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/alephone.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index ef02dec056..bcbd1d4ef8 100644 --- a/games/alephone/alephone.SlackBuild +++ b/games/alephone/alephone.SlackBuild @@ -60,7 +60,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -[ "${FFMPEG:-yes}" = "no" ] && EXTRAOPT=--disable-ffmpeg +[ "${FFMPEG:-yes}" = "no" ] && EXTRAOPT=--without-ffmpeg patch -Np1 < $CWD/ffmpeg3.patch |