From b456bf37eebb6b5216583cb91542c69121802b5a Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 2 Jul 2015 11:38:19 +0700 Subject: games/wesnoth: Updated for version 1.12.4. Signed-off-by: Willy Sudiarto Raharjo --- games/wesnoth/wesnoth.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/wesnoth/wesnoth.SlackBuild') diff --git a/games/wesnoth/wesnoth.SlackBuild b/games/wesnoth/wesnoth.SlackBuild index 70695da14c..3f6e01b808 100644 --- a/games/wesnoth/wesnoth.SlackBuild +++ b/games/wesnoth/wesnoth.SlackBuild @@ -26,8 +26,8 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wesnoth -VERSION=${VERSION:-1.12.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.12.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -102,7 +102,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING INSTALL RELEASE_NOTES changelog copyright $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING INSTALL changelog copyright $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir $PKG/install -- cgit v1.2.3