summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-06-23 23:02:21 +0000
committer Eric Hameleers <alien@slackware.com>2009-06-23 23:02:21 +0000
commit5e9160e3db2ed772ff30ba02e1261ff9e0885d71 (patch)
tree6183f5f4ff9143e66a4c0abb021ae7e18afd1c5c
parent3a690b6d6fce4a9332aefab96966221396965c2d (diff)
downloadasb-5e9160e3db2ed772ff30ba02e1261ff9e0885d71.tar.gz
asb-5e9160e3db2ed772ff30ba02e1261ff9e0885d71.tar.xz
Don't bail out if not all of the DOCS are there
-rwxr-xr-xwebkitgtk/build/webkitgtk.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkitgtk/build/webkitgtk.SlackBuild b/webkitgtk/build/webkitgtk.SlackBuild
index af11f3fb..d94b83d1 100755
--- a/webkitgtk/build/webkitgtk.SlackBuild
+++ b/webkitgtk/build/webkitgtk.SlackBuild
@@ -166,7 +166,7 @@ fi
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a --parents $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a --parents $DOCS $PKG/usr/doc/$PRGNAM-$VERSION || true
cat $SRCDIR/$(basename $0) | sed \
-e "/^VERSION=/s/:-.*}/:-$VERSION}/" \
-e "/^ARCH=/s/:-.*}/:-$ARCH}/" \