From 942ae190ef03c241b9c82830597d1c2bbe361035 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Sun, 17 Jun 2018 01:05:05 +0200 Subject: debian/rules: more Jessie unbreaking, also for dh_auto_{build,install}. --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index ccd5f8811..d0ce74dd6 100755 --- a/debian/rules +++ b/debian/rules @@ -47,11 +47,13 @@ override_dh_install: dh_install --fail-missing override_dh_auto_install: - PREFIX=/usr dh_auto_install --no-parallel -Smakefile + PREFIX='/usr' dh_auto_install --no-parallel -Smakefile || \ + PREFIX='/usr' dh_auto_install -Smakefile override_dh_auto_build: debian/compat.sh - PREFIX=/usr dh_auto_build --no-parallel -- CDEBUGFLAGS="$(CPPFLAGS) $(CFLAGS)" LOCAL_LDFLAGS="$(LDFLAGS)" SHLIBGLOBALSFLAGS='$(filter-out -pie,$(LDFLAGS))' + PREFIX='/usr' dh_auto_build --no-parallel -- CDEBUGFLAGS="$(CPPFLAGS) $(CFLAGS)" LOCAL_LDFLAGS="$(LDFLAGS)" SHLIBGLOBALSFLAGS='$(filter-out -pie,$(LDFLAGS))' || \ + PREFIX='/usr' dh_auto_build -- CDEBUGFLAGS="$(CPPFLAGS) $(CFLAGS)" LOCAL_LDFLAGS="$(LDFLAGS)" SHLIBGLOBALSFLAGS='$(filter-out -pie,$(LDFLAGS))' override_dh_strip: dh_strip -plibnx-x11-6 --dbg-package=libnx-x11-6-dbg -- cgit v1.2.3