mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 20:12:29 -04:00
updated build script for the new retroshare-nogui architecture
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@998 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d632b88a32
commit
0110455b45
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
###################### PARAMETERS ####################
|
###################### PARAMETERS ####################
|
||||||
version="0.4.11d"
|
version="0.4.12"
|
||||||
arch=`dpkg --print-architecture`
|
arch=`dpkg --print-architecture`
|
||||||
packager="Cyril Soler <csoler@users.sourceforge.net>"
|
packager="Cyril Soler <csoler@users.sourceforge.net>"
|
||||||
######################################################
|
######################################################
|
||||||
|
@ -52,15 +52,15 @@ if ! test -f ../../retroshare-gui/src/RetroShare; then
|
||||||
echo
|
echo
|
||||||
exit ;
|
exit ;
|
||||||
fi
|
fi
|
||||||
if ! test -f ../../libretroshare/src/rsiface/retroshare-nogui; then
|
if ! test -f ../../retroshare-nogui/src/retroshare-nogui; then
|
||||||
echo Can not find executable ../../libretroshare/src/rsiface/retroshare-nogui. Please fix this.
|
echo Can not find executable ../../retroshare-nogui/src/retroshare-nogui. Please fix this.
|
||||||
echo
|
echo
|
||||||
exit ;
|
exit ;
|
||||||
fi
|
fi
|
||||||
echo Stripping executables...
|
echo Stripping executables...
|
||||||
cp ../../retroshare-gui/src/RetroShare retroshare/usr/bin/
|
cp ../../retroshare-gui/src/RetroShare retroshare/usr/bin/
|
||||||
strip retroshare/usr/bin/RetroShare
|
strip retroshare/usr/bin/RetroShare
|
||||||
cp ../../libretroshare/src/rsiface/retroshare-nogui retroshare/usr/bin/
|
cp ../../retroshare-nogui/src/retroshare-nogui retroshare/usr/bin/
|
||||||
strip retroshare/usr/bin/retroshare-nogui
|
strip retroshare/usr/bin/retroshare-nogui
|
||||||
|
|
||||||
# compute md5 sums
|
# compute md5 sums
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue