[pkg-nvidia-devel] r1039 - /packages/nvidia-graphics-modules/trunk/debian/rules

anbe-guest at users.alioth.debian.org anbe-guest at users.alioth.debian.org
Sun Jun 6 17:38:20 UTC 2010


Author: anbe-guest
Date: Sun Jun  6 17:38:17 2010
New Revision: 1039

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1039
Log:
do not override DEB_HOST_ARCH

Modified:
    packages/nvidia-graphics-modules/trunk/debian/rules

Modified: packages/nvidia-graphics-modules/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-modules/trunk/debian/rules?rev=1039&op=diff
==============================================================================
--- packages/nvidia-graphics-modules/trunk/debian/rules (original)
+++ packages/nvidia-graphics-modules/trunk/debian/rules Sun Jun  6 17:38:17 2010
@@ -20,7 +20,7 @@
 # Further revisions by the Debian NVIDIA Maintainers.  See debian/changelog.
 
 include debian/rules.defs
-DEB_HOST_ARCH	:= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_ARCH	?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 package		:= $(shell dpkg-parsechangelog | grep ^Source: | cut -d ' ' -f2)
 legacy		 = $(if $(NVIDIA_LEGACY),-legacy-$(NVIDIA_LEGACY)xx)
 




More information about the Pkg-nvidia-devel mailing list