[colobot] 61/62: Fix DEB_HOST_ARCH_OS dpkg-architecture variable setting
    Didier Raboud 
    odyx at moszumanska.debian.org
       
    Fri Nov 10 11:54:00 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
odyx pushed a commit to branch debian/master
in repository colobot.
commit 04449c249e8137d49c8661132b57551342739f2b
Author: Didier Raboud <odyx at debian.org>
Date:   Fri Nov 10 12:45:21 2017 +0100
    Fix DEB_HOST_ARCH_OS dpkg-architecture variable setting
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index b3a3497..c2138b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 HIPPOMOCKS_BROKEN_ARCHS=arm64 mips mips64el mipsel
-DEB_HOST_ARCH:=$(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_ARCH?=$(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 CBOT_CONFIGURE_SOUNDS=-DMUSIC:BOOL=False
 ifneq (,$(findstring colobot-common-sounds, $(shell dh_listpackages)))
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git
    
    
More information about the Pkg-games-commits
mailing list