r14745 - packages/trunk/pokerth/debian

Evgeni Golov evgeni at moszumanska.debian.org
Tue Dec 31 16:48:37 UTC 2013


Author: evgeni
Date: 2013-12-31 16:48:37 +0000 (Tue, 31 Dec 2013)
New Revision: 14745

Modified:
   packages/trunk/pokerth/debian/rules
Log:
use filter instead of findstring


Modified: packages/trunk/pokerth/debian/rules
===================================================================
--- packages/trunk/pokerth/debian/rules	2013-12-31 15:55:54 UTC (rev 14744)
+++ packages/trunk/pokerth/debian/rules	2013-12-31 16:48:37 UTC (rev 14745)
@@ -3,7 +3,7 @@
 #export DH_VERBOSE=1
 
 qt4_architectures := kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc hppa ppc64 x32
-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(qt4_architectures)))
+ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH), $(qt4_architectures)))
 	qt = qt4
 else
 	qt = qt5




More information about the Pkg-games-commits mailing list