From b91f215102448a8172c1d3f5debaea89f97ba3f9 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Wed, 23 Oct 2024 09:31:10 +0200 Subject: [PATCH] Update Linux packages --- distro/debian/rules | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/distro/debian/rules b/distro/debian/rules index 2787180..63f7ed4 100644 --- a/distro/debian/rules +++ b/distro/debian/rules @@ -7,8 +7,6 @@ CXXFLAGS+=$(CPPFLAGS) DPKG_EXPORT_BUILDFLAGS = 1 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -PY3VER = $(shell py3versions -d) - %: dh $@ --buildsystem=cmake --with python3 @@ -17,7 +15,7 @@ override_dh_auto_configure: -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DCMAKE_INSTALL_LIBDIR:PATH=lib/$(DEB_HOST_MULTIARCH) \ - -DINSTALL_DESTDIR:PATH=$(CURDIR)/debian/ottemplate \ + -DINSTALL_DESTDIR:PATH=$(CURDIR)/debian/otmixmod \ -DOTMIXMOD_PYTHON_MODULE_PATH=lib/python3/dist-packages \ -DCMAKE_UNITY_BUILD=ON