From 0a164762ebcd032379571bf622bac3e0409ced11 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 15 Mar 2015 11:41:00 +0000 Subject: Move the 'LGPL' directory out of the package root --- flashplayer-plugin/build/flashplayer-plugin.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'flashplayer-plugin') 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 # * Update fixes critical vulnerabilities. See APSB15-05 +# 11.2.202.451-2:15/mar/2015 by Eric Hameleers +# * 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 {} \; -- cgit v1.2.3