From 4cf53ba03ea5924cbfeaaa75a850119467ac83e2 Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 28 Feb 2013 22:35:59 +0000 Subject: [PATCH] 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 --- build_scripts/Ubuntu_src/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_scripts/Ubuntu_src/debian/rules b/build_scripts/Ubuntu_src/debian/rules index 93fcbddea..956a3afd6 100755 --- a/build_scripts/Ubuntu_src/debian/rules +++ b/build_scripts/Ubuntu_src/debian/rules @@ -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 $@