diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-11-09 11:52:45 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:22 +0000 |
commit | 2c643e9385aab27a15bf9a67f56ef0081e7fc6d1 (patch) | |
tree | d5ab23dec41314ad45238c8de39e591cb7bcc70e /games/zelda-roth-se | |
parent | 722659c98d3ae89f0b1d7ba29e0e52fd995deeda (diff) |
games/zelda-roth-se: Fixed desktop file.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/zelda-roth-se')
-rw-r--r-- | games/zelda-roth-se/zelda-roth-se.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/zelda-roth-se/zelda-roth-se.SlackBuild b/games/zelda-roth-se/zelda-roth-se.SlackBuild index 9c47704759e6..e6783bbf8a9e 100644 --- a/games/zelda-roth-se/zelda-roth-se.SlackBuild +++ b/games/zelda-roth-se/zelda-roth-se.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=zelda-roth-se VERSION=${VERSION:-1.1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -91,7 +91,7 @@ mkdir -p $PKG/usr/share/applications cat > $PKG/usr/share/applications/$PRGNAM.desktop <<EOF [Desktop Entry] Name=Zelda Return of the Hylian -Exec=$PRGNAM +Exec=$(echo $PRGNAM | tr - _) Icon=$PRGNAM-logo Type=Application Comment=Zelda Return of the Hylian (action rpg game) |