Skip to content
Snippets Groups Projects
Commit f4782894 authored by intrigeri's avatar intrigeri
Browse files

Have dh_auto_configure pass arch-independent paths to --libdir and --libexec.

parent 56b23e27
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,11 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
%:
dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- \
--libdir=\$${prefix}/lib \
--libexecdir=\$${prefix}/lib
override_dh_auto_install:
dh_auto_install
chmod a-x $(TMP)/usr/lib/backupninja/parseini
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment