summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdropbox-client/build/dropbox-client.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/dropbox-client/build/dropbox-client.SlackBuild b/dropbox-client/build/dropbox-client.SlackBuild
index a630ec1a..7f3fcad2 100755
--- a/dropbox-client/build/dropbox-client.SlackBuild
+++ b/dropbox-client/build/dropbox-client.SlackBuild
@@ -53,8 +53,6 @@ ARCH=${ARCH:-x86_64}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}
-DOCS=""
-
# Don't mess with ARCH:
if [ "$ARCH" != "x86_64" -a "$ARCH" != "i386" ]; then
echo "ARCH variable is set to '$ARCH' but only 'i386' or 'x86_64' is allowed!"
@@ -169,7 +167,6 @@ EOT
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION || true
cat $SRCDIR/$(basename $0) | sed \
-e "/^VERSION=/s/:-.*}/:-$VERSION}/" \
-e "/^ARCH=/s/:-.*}/:-$ARCH}/" \