diff options
Diffstat (limited to 'games/fgo/fgo.SlackBuild')
-rw-r--r-- | games/fgo/fgo.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/fgo/fgo.SlackBuild b/games/fgo/fgo.SlackBuild index da8cddfe9a..9cfdd0c280 100644 --- a/games/fgo/fgo.SlackBuild +++ b/games/fgo/fgo.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=fgo -VERSION=${VERSION:-1.5.4} +VERSION=${VERSION:-1.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,6 +79,10 @@ ln -sf /opt/$PRGNAM/data/config $PRGETC/$PRGNAM mkdir -p $PRGDOC ln -sf /opt/$PRGNAM/docs $PRGDOC/$PRGNAM-$VERSION +# Create symlink to desktop file. +mkdir -p $PRGSHR/applications +ln -sf /opt/$PRGNAM/share/$PRGNAM.desktop $PRGSHR/applications/ + # Create symlinks to icons. for size in 16 24 32 48 64 128 256 scalable ; do if [ $size != scalable ]; then ex=png; size=${size}x${size}; else ex=svg; fi @@ -87,10 +91,6 @@ for size in 16 24 32 48 64 128 256 scalable ; do $PRGSHR/icons/hicolor/$size/apps/ done -# Create symlink to desktop file. -mkdir -p $PRGSHR/applications -ln -sf /opt/$PRGNAM/share/$PRGNAM.desktop $PRGSHR/applications/ - # Don't clobber config files. for conf in $PRGDAT/config/* ; do mv ${conf} ${conf}.new |