[kernel] r11772 - people/waldi/s390/sysconfig/debian

Bastian Blank waldi at alioth.debian.org
Fri Jul 4 13:01:01 UTC 2008


Author: waldi
Date: Fri Jul  4 13:01:00 2008
New Revision: 11772

Log:
debian/rules: Use host not build arch.


Modified:
   people/waldi/s390/sysconfig/debian/rules

Modified: people/waldi/s390/sysconfig/debian/rules
==============================================================================
--- people/waldi/s390/sysconfig/debian/rules	(original)
+++ people/waldi/s390/sysconfig/debian/rules	Fri Jul  4 13:01:00 2008
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-DEB_BUILD_ARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 build:
 
@@ -17,7 +17,7 @@
 	dh_clean -k
 	dh_installdirs
 
-	$(MAKE) -f debian/rules install-sysconfig-hardware-arch-$(DEB_BUILD_ARCH)
+	$(MAKE) -f debian/rules install-sysconfig-hardware-arch-$(DEB_HOST_ARCH)
 
 install-sysconfig-hardware-%: export DH_OPTIONS = -psysconfig-hardware
 



More information about the Kernel-svn-changes mailing list