From a4b1fe9ceab33ab5f3a7bdfd4fdf0aece12f2eec Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 8 Aug 2019 10:22:46 -0400 Subject: [PATCH] Avoid using prefix --- packaging/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/rules b/packaging/debian/rules index 2bb6ee35f..b7dba92ea 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -15,7 +15,7 @@ include /usr/share/GNUstep/Makefiles/common.make config.make: configure dh_testdir - ./configure --prefix=$(GNUSTEP_SYSTEM_ROOT) $(SAML2_CONFIG) + ./configure $(SAML2_CONFIG) #Architecture build: build-arch