summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-10-08 19:00:04 +0000
committer Eric Hameleers <alien@slackware.com>2009-10-08 19:00:04 +0000
commit4747d0fb27c6f7e09f7f28c9737d99a969991607 (patch)
treec50c950932d147bf31f80b022e4c51da3902f566
parent499a37e58bbd347894223b2e495fa900422bb7a5 (diff)
downloadasb-4747d0fb27c6f7e09f7f28c9737d99a969991607.tar.gz
asb-4747d0fb27c6f7e09f7f28c9737d99a969991607.tar.xz
Remove unused DOC lines
-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}/" \