aboutsummaryrefslogtreecommitdiff
path: root/media/video/oggfwd
diff options
context:
space:
mode:
Diffstat (limited to 'media/video/oggfwd')
-rwxr-xr-xmedia/video/oggfwd/oggfwd.SlackBuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/media/video/oggfwd/oggfwd.SlackBuild b/media/video/oggfwd/oggfwd.SlackBuild
index 9c46c7f6..39a48269 100755
--- a/media/video/oggfwd/oggfwd.SlackBuild
+++ b/media/video/oggfwd/oggfwd.SlackBuild
@@ -169,11 +169,17 @@ oggfwd: http://v2v.cc/~j/oggfwd/
oggfwd:
EODESC
+# Copy slack-required
+mkdir -p "$PKG/install" || exit $ERROR_MKDIR
+if [ -f "$CWD/slack-required" ]; then
+ cp $CWD/slack-required $PKG/install
+fi
+
# Build the package
cd "$PKG"
makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG
# Delete source and build directories if requested
-if [ "$CLEANUP" == "yes" ]; then
+if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then
rm -rf "$PKG_WORK" "$PKG"
fi