diff options
-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 9c47704759..e6783bbf8a 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) |