From 17b83e48f76dcba961757e9ca30321edfcdf5672 Mon Sep 17 00:00:00 2001 From: Relative Date: Sat, 15 Aug 2015 08:13:37 +0700 Subject: games/foobillardplus: Fix missing .desktop file. Signed-off-by: Willy Sudiarto Raharjo --- games/foobillardplus/foobillardplus.SlackBuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'games/foobillardplus/foobillardplus.SlackBuild') diff --git a/games/foobillardplus/foobillardplus.SlackBuild b/games/foobillardplus/foobillardplus.SlackBuild index 2fb56a002ef45..e49e989d543e2 100644 --- a/games/foobillardplus/foobillardplus.SlackBuild +++ b/games/foobillardplus/foobillardplus.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=foobillardplus VERSION=${VERSION:-3.43beta} SRCVERSION=${SRCVERSION:-170} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -86,6 +86,10 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux make + +# copy missing .desktop file +cp $CWD/$PRGNAM.desktop . + make install DESTDIR=$PKG \ datadir=$PKG/usr/games/$PRGNAM/data \ datarootdir=$PKG/usr/games/$PRGNAM/data -- cgit v1.2.3