mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +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}
|
VERSION=${VERSION:-0.5.5}
|
||||||
VCHAR=c # Strange retroshare convention in version naming
|
VCHAR=c # Strange retroshare convention in version naming
|
||||||
BLDID=${BLDID:-7068}
|
BLDID=${BLDID:-7068}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -74,7 +74,7 @@ cd ../../plugins/FeedReader && qmake && make clean && make
|
||||||
cd ../../plugins/LinksCloud && qmake && make clean && make
|
cd ../../plugins/LinksCloud && qmake && make clean && make
|
||||||
cd ../../
|
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 retroshare-nogui/src/retroshare-nogui $PKG/usr/bin/$PRGNAM-nogui
|
||||||
install -D -m 755 plugins/LinksCloud/libLinksCloud.so \
|
install -D -m 755 plugins/LinksCloud/libLinksCloud.so \
|
||||||
$PKG/usr/lib/retroshare/extensions/libLinksCloud.so
|
$PKG/usr/lib/retroshare/extensions/libLinksCloud.so
|
||||||
|
|
Loading…
Reference in a new issue