summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}/" \