summaryrefslogtreecommitdiffstats
path: root/handbrake
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-06-24 07:05:19 +0000
committer Eric Hameleers <alien@slackware.com>2009-06-24 07:05:19 +0000
commit261a51bd253a1d63560b545b3eccf63598360707 (patch)
tree1a52bd19eb36b02c13d3d5e37382ddda91a905f1 /handbrake
parent3ca09d88739b46f7e4841aef9e375b5e8ec05c83 (diff)
downloadasb-261a51bd253a1d63560b545b3eccf63598360707.tar.gz
asb-261a51bd253a1d63560b545b3eccf63598360707.tar.xz
Do not bail out if not all of DOCS is present
Diffstat (limited to 'handbrake')
-rwxr-xr-xhandbrake/build/handbrake.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/handbrake/build/handbrake.SlackBuild b/handbrake/build/handbrake.SlackBuild
index 884c41f2..7d505ace 100755
--- a/handbrake/build/handbrake.SlackBuild
+++ b/handbrake/build/handbrake.SlackBuild
@@ -28,7 +28,8 @@
# For: handbrake
# Descr: video transcoder and ripper
# URL: http://handbrake.fr/
-# Needs: yasm (only during compilation)
+# Needs: libnotify,webkitgtk
+# yasm (only during compilation)
# vlc or libdvdcss (to read encrypted DVD's)
# Changelog:
# 0.9.3-1: 23/Jun/2009 by Eric Hameleers, Eindhoven, NL
@@ -202,7 +203,7 @@ make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
# Install the commandline client:
mkdir -p $PKG/usr/bin
-install -m755 HandBrakeCLI $PKG/usr/bin
+install -m755 build/HandBrakeCLI $PKG/usr/bin
# Remove this cache file, it will get in our way:
rm $PKG/usr/share/icons/hicolor/icon-theme.cache
@@ -219,7 +220,7 @@ EOT
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/gtk
-cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION/
+cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION/ || true
( cd gtk; cp -a $GTKDOCS $PKG/usr/doc/$PRGNAM-$VERSION/gtk/
)
cat $SRCDIR/$(basename $0) | sed \