[med-svn] [Git][med-team/pll-modules][master] Change installation prefix during configure

Shayan Doust gitlab at salsa.debian.org
Sun May 31 18:00:36 BST 2020



Shayan Doust pushed to branch master at Debian Med / pll-modules


Commits:
296cc496 by Shayan Doust at 2020-05-31T18:00:13+01:00
Change installation prefix during configure

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -8,8 +8,10 @@ include /usr/share/dpkg/default.mk
 # for hardening you might like to uncomment this:
 # export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+INSTALLATION_PREFIX = "/usr"
+
 %:
 	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	./configure CPPFLAGS="-I/usr/include/libpll" LDFLAGS="-L/usr/include/libpll"
+	./configure --prefix $(INSTALLATION_PREFIX) CPPFLAGS="-I/usr/include/libpll" LDFLAGS="-L/usr/include/libpll"



View it on GitLab: https://salsa.debian.org/med-team/pll-modules/-/commit/296cc4968e244294966da6feac9750216e8aac03

-- 
View it on GitLab: https://salsa.debian.org/med-team/pll-modules/-/commit/296cc4968e244294966da6feac9750216e8aac03
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200531/fd6231fb/attachment.html>


More information about the debian-med-commit mailing list