diff options
Diffstat (limited to 'libraries/stfl')
-rw-r--r-- | libraries/stfl/stfl.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/stfl/stfl.SlackBuild b/libraries/stfl/stfl.SlackBuild index 7335d1e3b20e..ae3d4649f010 100644 --- a/libraries/stfl/stfl.SlackBuild +++ b/libraries/stfl/stfl.SlackBuild @@ -7,7 +7,7 @@ PRGNAM=stfl VERSION=${VERSION:-0.24} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -71,7 +71,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true # make installs an example for perl in the lib path -rm $PKG/usr/lib${LIBDIRSUFFIX}/perl5/vendor_perl/example.pl +rm $PKG/usr/lib${LIBDIRSUFFIX}/perl5/vendor_perl/example*.pl mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION @@ -80,7 +80,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # install all examples into the doc directory mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples cp -a \ - example.{c,stfl} perl5/example.pl python/example.* ruby/example.rb spl/*.spl \ + example.{c,stfl} perl5/example*.pl python/example.* ruby/example.rb spl/*.spl \ $PKG/usr/doc/$PRGNAM-$VERSION/examples mkdir -p $PKG/install |