Change TARGET_ARCH to ARCH in a number of nico's packages
[openwrt.git] / openwrt / package / popt / popt-1.7-3.diff
index 4aa9b8e..616be97 100644 (file)
@@ -123,7 +123,7 @@ diff -ruN popt-1.7-orig/ipkg/rules popt-1.7-3/ipkg/rules
 +      chmod 0755 ipkg/*/CONTROL/
 +      chmod 0644 ipkg/*/CONTROL/control
 +      
-+      perl -pi -e "s/^Arch.*:.*/Architecture: $(TARGET_ARCH)/g" ipkg/*/CONTROL/control
++      perl -pi -e "s/^Arch.*:.*/Architecture: $(ARCH)/g" ipkg/*/CONTROL/control
 +ifneq ($(strip $(PKG_VERSION)),)
 +      perl -pi -e "s/^Vers.*:.*/Version: $(PKG_VERSION)/g" ipkg/*/CONTROL/control
 +endif
This page took 0.021939 seconds and 4 git commands to generate.