diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 16:45:56 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:31 +0000 |
commit | 7e41f0795a85db1120884801be670ae055f61f73 (patch) | |
tree | 4e7ce2c97a964c93dc2b8c459d01703437cccb68 /games/blobwars/blobwars.SlackBuild | |
parent | ef21e2a7a7ddbb3ca29d7d71a0e42535e8a55ee3 (diff) |
games/blobwars: Make .desktop validate, fix .info.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/blobwars/blobwars.SlackBuild')
-rw-r--r-- | games/blobwars/blobwars.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/blobwars/blobwars.SlackBuild b/games/blobwars/blobwars.SlackBuild index 3ab35020a6091..1808f6e6e5006 100644 --- a/games/blobwars/blobwars.SlackBuild +++ b/games/blobwars/blobwars.SlackBuild @@ -61,7 +61,6 @@ sed -i 's/gore = 1/gore = 0/' src/CGame.cpp #fix hard-coded manual location sed -i "s_blobwars/man_blobwars-$VERSION/man_" data/titleWidgets -# Compile the application and install it into the $PKG directory #doc dir fixed for slackware and help display bug. #note. the trailing / on the first make command is intentional. make USEPAK=1 CFLAGS="$SLKCFLAGS" DOCDIR="/usr/doc/$PRGNAM-$VERSION/" |