X-Git-Url: http://git.indexdata.com/?p=idzorba-moved-to-github.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=44c0e7df4c79804ea887d63696cdaef7176a1d8f;hp=47b0f335a64392f215e2eed10b2ce4120cebf235;hb=13362163572977e516550ac3a6b7aae7aa3835cb;hpb=8d5a69efd2da9b542c393bf9bba2ce2b7974985a diff --git a/debian/rules b/debian/rules index 47b0f33..44c0e7d 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DH_VERBOSE=1 override_dh_auto_configure: wget http://ftp.indexdata.dk/pub/support/zorba-3.0.tar.gz tar zxf zorba-3.0.tar.gz - cd build; cmake \ + cd zorba-3.0; mkdir build; cd build; cmake \ -Wno-dev \ -D CMAKE_INSTALL_PREFIX=/opt/zorba \ -D ZORBA_SUPPRESS_SWIG:BOOL=ON \