Skip to content

Commit

Permalink
Debian: Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 22, 2024
1 parent 2e4e30a commit 682a4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distro/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ override_dh_auto_configure:
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_INSTALL_LIBDIR:PATH=lib/$(DEB_HOST_MULTIARCH) \
-DINSTALL_DESTDIR:PATH=$(CURDIR)/debian/otagrum \
-DPYTHON_SITE_PACKAGES:PATH=lib/python3/dist-packages \
-DOTAGRUM_PYTHON_MODULE_PATH=lib/python3/dist-packages \
-DCMAKE_UNITY_BUILD=ON

override_dh_auto_build:
Expand Down

0 comments on commit 682a4d0

Please sign in to comment.