[renpy] 04/24: Use DEB_HOST_MULTIARCH for renpy's install path.

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 26 15:16:10 UTC 2016


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

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

commit b9aeb917ccf0a9d98f511197d31e1f64595dcbcf
Author: Markus Koschany <apo at debian.org>
Date:   Mon Jan 25 19:04:45 2016 +0100

    Use DEB_HOST_MULTIARCH for renpy's install path.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 48ae25b..fde891f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,9 @@ CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
 CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 LDFLAGS2:=-Wl,-z,defs  -Wl,-as-needed -Wl,--no-undefined
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-RENPY_DEPS_INSTALL="/usr::$(shell dirname "`find -O2 /usr/lib -name libfreetype.so 2>/dev/null`")"
+RENPY_DEPS_INSTALL="/usr::/usr/lib/$(DEB_HOST_MULTIARCH)"
 
 %:
 	dh $@ --parallel --with python2

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



More information about the Pkg-games-commits mailing list