summaryrefslogtreecommitdiff
path: root/openwrt/package/popt
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-03-08 09:46:40 +0000
committerMike Baker <mbm@openwrt.org>2005-03-08 09:46:40 +0000
commitfc7cda6a72ae3afd700d062ce1edbc8a984b880d (patch)
treec724295667c8d322ec9b64ada1e7114127baa494 /openwrt/package/popt
parent18c2212af22e3682c73675f5728c1469e40e81b7 (diff)
downloadmtk-20170518-fc7cda6a72ae3afd700d062ce1edbc8a984b880d.zip
mtk-20170518-fc7cda6a72ae3afd700d062ce1edbc8a984b880d.tar.gz
mtk-20170518-fc7cda6a72ae3afd700d062ce1edbc8a984b880d.tar.bz2
Change TARGET_ARCH to ARCH in a number of nico's packages
SVN-Revision: 356
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 4aa9b8e..616be97 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