summaryrefslogtreecommitdiffstats
path: root/flashplayer-plugin
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-03-15 11:41:00 +0000
committer Eric Hameleers <alien@slackware.com>2015-03-15 11:41:00 +0000
commit0a164762ebcd032379571bf622bac3e0409ced11 (patch)
treeac369b8cd8a2e3e7f942581fe2ff07056a4ac9b5 /flashplayer-plugin
parentace3c2ca870aa8d576a00c6d3d0e79ecf259f00d (diff)
downloadasb-0a164762ebcd032379571bf622bac3e0409ced11.tar.gz
asb-0a164762ebcd032379571bf622bac3e0409ced11.tar.xz
Move the 'LGPL' directory out of the package root
Diffstat (limited to 'flashplayer-plugin')
-rwxr-xr-xflashplayer-plugin/build/flashplayer-plugin.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
index f32da0f0..dae17830 100755
--- a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
+++ b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild
@@ -140,6 +140,8 @@
# * Update fixes critical vulnerabilities. See APSB15-04
# 11.2.202.451-1:12/mar/2015 by Eric Hameleers <alien@slackware.com>
# * Update fixes critical vulnerabilities. See APSB15-05
+# 11.2.202.451-2:15/mar/2015 by Eric Hameleers <alien@slackware.com>
+# * Move the 'LGPL' directory out of the filesystem root
#
# Run 'sh flashplayer-plugin.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -152,7 +154,7 @@
PRGNAM=flashplayer-plugin
VERSION=${VERSION:-"11.2.202.451"}
MAJVER=$(echo $VERSION | cut -d. -f1)
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-"alien"}
# Where do we look for sources?
@@ -290,7 +292,7 @@ EOINS
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-mv *.txt $PKG/usr/doc/$PRGNAM-$VERSION/ || true
+mv LGPL *.txt $PKG/usr/doc/$PRGNAM-$VERSION/ || true
cp -a $SRCDIR/$(basename $0) $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc -type f -exec chmod 644 {} \;