[atomix] 25/32: Add datadir option to dh_auto_configure.

Markus Koschany apo-guest at moszumanska.debian.org
Thu Mar 19 18:30:17 UTC 2015


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

apo-guest pushed a commit to branch master
in repository atomix.

commit 52f499ae6a09580d0ac78b73d89ad83767ffcae8
Author: Markus Koschany <apo at gambaru.de>
Date:   Thu Mar 19 17:30:28 2015 +0100

    Add datadir option to dh_auto_configure.
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 315f7bb..0846c3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 override_dh_auto_configure:
 	./autogen.sh
 	dh_auto_configure -- \
-	 --prefix=/usr \
-	 --bindir=\$${prefix}/games
+	--prefix=/usr \
+	--bindir=\$${prefix}/games \
+	--datadir=\$${prefix}/share/games
 
 get-orig-source:
 	uscan --verbose --download-current-version --force-download

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



More information about the Pkg-games-commits mailing list