summaryrefslogtreecommitdiffstats
path: root/openwrt/package/popt
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-08 09:46:40 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-08 09:46:40 +0000
commit8ae25c093c02dfb77b52e2ec5412e7def42d2e4c (patch)
treec724295667c8d322ec9b64ada1e7114127baa494 /openwrt/package/popt
parentcc87f5fa800e6880c8f876bc26ffcf6b5e8e16ca (diff)
Change TARGET_ARCH to ARCH in a number of nico's packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@356 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/popt')
-rw-r--r--openwrt/package/popt/popt-1.7-3.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/popt/popt-1.7-3.diff b/openwrt/package/popt/popt-1.7-3.diff
index 4aa9b8ef8..616be97d3 100644
--- a/openwrt/package/popt/popt-1.7-3.diff
+++ b/openwrt/package/popt/popt-1.7-3.diff
@@ -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