From 0110455b4525c385b4dedca578a327cf5767ad07 Mon Sep 17 00:00:00 2001 From: csoler Date: Wed, 4 Feb 2009 08:20:57 +0000 Subject: [PATCH] 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 --- build_scripts/Ubuntu/make.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build_scripts/Ubuntu/make.sh b/build_scripts/Ubuntu/make.sh index c34b90642..83eec29b3 100755 --- a/build_scripts/Ubuntu/make.sh +++ b/build_scripts/Ubuntu/make.sh @@ -1,7 +1,7 @@ #!/bin/sh ###################### PARAMETERS #################### -version="0.4.11d" +version="0.4.12" arch=`dpkg --print-architecture` packager="Cyril Soler " ###################################################### @@ -52,15 +52,15 @@ if ! test -f ../../retroshare-gui/src/RetroShare; then echo exit ; fi -if ! test -f ../../libretroshare/src/rsiface/retroshare-nogui; then - echo Can not find executable ../../libretroshare/src/rsiface/retroshare-nogui. Please fix this. +if ! test -f ../../retroshare-nogui/src/retroshare-nogui; then + echo Can not find executable ../../retroshare-nogui/src/retroshare-nogui. Please fix this. echo exit ; fi echo Stripping executables... cp ../../retroshare-gui/src/RetroShare retroshare/usr/bin/ 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 # compute md5 sums