From b8dc05062a0fd00c1ec5153f6498601d0051a739 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 14 Dec 2016 18:39:16 +0000 Subject: flashplayer-plugin: move license.pdf from the rootdir into the docdir. --- 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 af3f8864..1d9f4be7 100755 --- a/flashplayer-plugin/build/flashplayer-plugin.SlackBuild +++ b/flashplayer-plugin/build/flashplayer-plugin.SlackBuild @@ -191,6 +191,8 @@ # 24.0.0.186-1: 13/dec/2016 by Eric Hameleers # * Update to a real new version. Now all platform releases # are again the same. +# 24.0.0.186-2: 14/dec/2016 by Eric Hameleers +# * Move license.pdf from the rootdir into the docdir. # # 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 . @@ -203,7 +205,7 @@ PRGNAM=flashplayer-plugin VERSION=${VERSION:-"24.0.0.186"} MAJVER=$(echo $VERSION | cut -d. -f1) -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-"alien"} # Where do we look for sources? @@ -341,7 +343,7 @@ EOINS # Add documentation: mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -mv LGPL *.txt $PKG/usr/doc/$PRGNAM-$VERSION/ || true +mv LGPL *.txt *.pdf $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