From 5e9160e3db2ed772ff30ba02e1261ff9e0885d71 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 23 Jun 2009 23:02:21 +0000 Subject: Don't bail out if not all of the DOCS are there --- webkitgtk/build/webkitgtk.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}/" \ -- cgit v1.2.3-65-gdbad