summaryrefslogtreecommitdiffstats
path: root/vlc-skins
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-03-17 01:07:32 +0000
committer Eric Hameleers <alien@slackware.com>2007-03-17 01:07:32 +0000
commit4870c61d41e1d60526b49e5d91c80f51d80ac9e6 (patch)
tree1fe3721e6c77d09696dd04308493d0a969d82f5d /vlc-skins
parentc1ed17637b3e11b619d9936f2c433101a3169d91 (diff)
downloadasb-4870c61d41e1d60526b49e5d91c80f51d80ac9e6.tar.gz
asb-4870c61d41e1d60526b49e5d91c80f51d80ac9e6.tar.xz
Removed DOCS cruft
Diffstat (limited to 'vlc-skins')
-rwxr-xr-xvlc-skins/build/vlc-skins.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/vlc-skins/build/vlc-skins.SlackBuild b/vlc-skins/build/vlc-skins.SlackBuild
index a651ba01..1e67f66e 100755
--- a/vlc-skins/build/vlc-skins.SlackBuild
+++ b/vlc-skins/build/vlc-skins.SlackBuild
@@ -41,14 +41,14 @@
# --- INIT ---
# Set initial variables:
+# The VERSION is a bit arbitrary - I let it match the version of VLC,
+# although I guess the skins work for older versions just as well.
+
PRGNAM=vlc-skins
VERSION=${VERSION:-0.8.6a}
ARCH=${ARCH:-noarch}
BUILD=${BUILD:-1}
-DOCS="ABOUT* AUTHORS BUGS ChangeLog* COPYING CREDITS FAQ GPL* HACKING \
- LICENSE MAINTAINERS NEWS README* TODO"
-
# Where do we look for sources?
CWD=`pwd`
SRCDIR=`dirname $0`