mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/retroshare: Fix desktop file handling.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
257bbd155b
commit
3a5d22a5b6
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ PRGNAM=retroshare
|
|||
VERSION=${VERSION:-0.5.5}
|
||||
VCHAR=c # Strange retroshare convention in version naming
|
||||
BLDID=${BLDID:-7068}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -74,7 +74,7 @@ cd ../../plugins/FeedReader && qmake && make clean && make
|
|||
cd ../../plugins/LinksCloud && qmake && make clean && make
|
||||
cd ../../
|
||||
|
||||
install -D -m 755 retroshare-gui/src/RetroShare $PKG/usr/bin/$PRGNAM
|
||||
install -D -m 755 retroshare-gui/src/RetroShare $PKG/usr/bin/RetroShare
|
||||
install -D -m 755 retroshare-nogui/src/retroshare-nogui $PKG/usr/bin/$PRGNAM-nogui
|
||||
install -D -m 755 plugins/LinksCloud/libLinksCloud.so \
|
||||
$PKG/usr/lib/retroshare/extensions/libLinksCloud.so
|
||||
|
|
Loading…
Reference in a new issue