updated debian rules files to skip rsctrl/ directory

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6168 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-02-28 22:35:59 +00:00
parent 7e03ba812d
commit 4cf53ba03e

View File

@ -13,7 +13,7 @@ build-stamp: builddir/Makefile
# Add here commands to compile the package.
cd libssh-0.5.2 && mkdir build && cd build && cmake -DWITH_STATIC_LIB=ON .. && make
cp -r libssh-0.5.2 ..
cd src/rsctrl/src && make
#cd src/rsctrl/src && make
cd src && qmake-qt4 CONFIG=release RetroShare.pro && make
touch $@