diff options
Diffstat (limited to 'ffmpeg2theora')
-rwxr-xr-x | ffmpeg2theora/ffmpeg2theora.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg2theora/ffmpeg2theora.SlackBuild b/ffmpeg2theora/ffmpeg2theora.SlackBuild index c876a67e..bbd7184f 100755 --- a/ffmpeg2theora/ffmpeg2theora.SlackBuild +++ b/ffmpeg2theora/ffmpeg2theora.SlackBuild @@ -73,7 +73,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then fi ./configure --prefix=/usr --libdir=$LIBDIR -make +make || exit 32 make DESTDIR=$TMP/package-$PACKAGE install CWD="`pwd`" |