diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 15b40e5..8aea7dc 100755 --- a/debian/rules +++ b/debian/rules @@ -11,11 +11,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_configure: dh_auto_configure -- \ - -DMAKE_BUILD_TYPE=RelWithDebInfo \ -DXTRKCAD_USE_GETTEXT=ON \ -DXTRKCAD_USE_GTK=ON \ - -DXTRKCAD_USE_GTK_CAIRO=ON \ - -DXTRKCAD_USE_LAYOUTCONTROL=ON + -DCMAKE_INSTALL_PREFIX:PATH=/usr/ override_dh_install: dh_install |