From 4943cae3c4096de42516f658d14020e353c30fe1 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 19 May 2012 18:10:11 +0900 Subject: Accept linux-gnueabi for w3m-img (closes: #673123) Use DEB_BUILD_ARCH_OS instead of DEB_BUILD_GNU_SYSTEM to detect Linux, suggested by Trent W. Buck at . --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b70cfe9..47dc045 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ CFLAGS=$(shell $(dpkg_buildflags) --get CFLAGS) CPPFLAGS=$(shell $(dpkg_buildflags) --get CPPFLAGS) LDFLAGS=$(shell $(dpkg_buildflags) --get LDFLAGS) -ifeq ($(DEB_BUILD_GNU_SYSTEM),linux-gnu) +ifeq ($(DEB_BUILD_ARCH_OS),linux) DEVS=x11,fb+s else DEVS=x11 -- cgit v1.2.3