[Pkg-wmaker-commits] [wmget] 19/41: debian/rules: Add override_dh_auto_install target to set PREFIX to /usr.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 17:06:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmget.

commit d63139e7691f7c5ed91cf1f87a236219bc730480
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Jan 25 06:20:24 2015 -0600

    debian/rules: Add override_dh_auto_install target to set PREFIX to /usr.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index bb95083..c0f1105 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,5 +7,8 @@ override_dh_auto_build:
 	dh_auto_build -- CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" \
 		LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)"
 
+override_dh_auto_install:
+	dh_auto_install -- PREFIX=/usr
+
 get-orig-source:
 	uscan --verbose --force-download --rename

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmget.git



More information about the Pkg-wmaker-commits mailing list