mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
fixed mkdir in packaging script
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8004 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0a4c6b4ea2
commit
58430d0a9d
@ -11,7 +11,7 @@ build: build-stamp
|
|||||||
build-stamp: builddir/Makefile
|
build-stamp: builddir/Makefile
|
||||||
dh_testdir
|
dh_testdir
|
||||||
# Add here commands to compile the package.
|
# Add here commands to compile the package.
|
||||||
cd libssh-0.6.4 && mkdir build && cd build && cmake -DWITH_STATIC_LIB=ON .. && make
|
cd libssh-0.6.4 && mkdir -p build && cd build && cmake -DWITH_STATIC_LIB=ON .. && make
|
||||||
#cd sqlcipher && ./configure --disable-shared --enable-static --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto" && make
|
#cd sqlcipher && ./configure --disable-shared --enable-static --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto" && make
|
||||||
mkdir lib
|
mkdir lib
|
||||||
cp -r libssh-0.6.4 lib/
|
cp -r libssh-0.6.4 lib/
|
||||||
|
Loading…
Reference in New Issue
Block a user