diff options
Diffstat (limited to 'network/freerapid/freerapid.SlackBuild')
-rw-r--r-- | network/freerapid/freerapid.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/network/freerapid/freerapid.SlackBuild b/network/freerapid/freerapid.SlackBuild index a1fbf1c331..4773663fc5 100644 --- a/network/freerapid/freerapid.SlackBuild +++ b/network/freerapid/freerapid.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for freerapid. # -# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ PRGNAM=freerapid SRCNAM=FreeRapid VERSION=${VERSION:-0.9.4} SRCVER=${SRCVER:-0.9u4} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} ARCH=noarch @@ -59,7 +59,8 @@ install -D -m644 $CWD/freerapid.desktop $PKG/usr/share/applications/freerapid.de install -D -m644 frd.png $PKG/usr/share/pixmaps/freerapid.png mkdir -p $PKG/usr/share/$PRGNAM-$VERSION -cp -a lib lookandfeel search tools frd.icns frd.ico frd.jar instplgs.dat objectdb.conf startup.properties syscmd.properties $PKG/usr/share/$PRGNAM-$VERSION +cp -a {lib,lookandfeel,search,tools,frd.*,instplgs.dat,objectdb.conf,startup.properties,syscmd.properties} \ +$PKG/usr/share/$PRGNAM-$VERSION DOCS="doc/changes.txt doc/readme.* copyright License" |