X-Git-Url: http://git.indexdata.com/?p=idzorba-moved-to-github.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=3aa11f3adf5f167097fd18622b42b140c07db3a0;hp=e8673cae320390bf39fb796cda0e88b23413692b;hb=fc5778eec8824ab5d99f7ec2648d700449fab205;hpb=4cb692d0a37074f5d087cfbeddbc24ce96242f30 diff --git a/debian/rules b/debian/rules index e8673ca..3aa11f3 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ override_dh_auto_configure: cd tmp; tar zxf zorba-3.0.tar.gz cd tmp/zorba-3.0; mkdir build; cd build; cmake \ -Wno-dev \ - -D CMAKE_INSTALL_PREFIX=/opt/zorba \ + -D CMAKE_INSTALL_PREFIX=/opt/idzorba \ -D ZORBA_SUPPRESS_SWIG:BOOL=ON \ ..