Fixed missing rename from PRIVATE_INSTALL to RESINSIGHT_PRIVATE_INSTALL

https://github.com/OPM/ResInsight/commit/1e7c4a3
p4#: 22406
This commit is contained in:
Magne Sjaastad 2013-09-13 11:19:26 +02:00
parent 4329d6de0f
commit 4358340381
2 changed files with 2 additions and 2 deletions

2
debian/rules vendored
View File

@ -13,7 +13,7 @@
dh $@
override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=Release -DPRIVATE_INSTALL=0 -DCMAKE_INSTALL_DOCDIR=share/doc/resinsight
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=Release -DRESINSIGHT_PRIVATE_INSTALL=0 -DCMAKE_INSTALL_DOCDIR=share/doc/resinsight
.PHONY: override_dh_strip
override_dh_strip:

View File

@ -41,7 +41,7 @@ This package contains the ResInsight octave plugins.
%patch3 -p1
%build
cmake28 -DPRIVATE_INSTALL=0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_INSTALL_DOCDIR=share/doc/resinsight-0.9.2
cmake28 -DRESINSIGHT_PRIVATE_INSTALL=0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_INSTALL_DOCDIR=share/doc/resinsight-0.9.2
make
%install