Change TARGET_ARCH to ARCH in a number of nico's packages
SVN-Revision: 356
This commit is contained in:
parent
18c2212af2
commit
fc7cda6a72
4 changed files with 4 additions and 4 deletions
|
@ -101,7 +101,7 @@ diff -ruN haserl-0.7.3-orig/ipkg/rules haserl-0.7.3-3/ipkg/rules
|
||||||
+ chmod 0755 ipkg/*/CONTROL/
|
+ chmod 0755 ipkg/*/CONTROL/
|
||||||
+ chmod 0644 ipkg/*/CONTROL/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)),)
|
+ifneq ($(strip $(PKG_VERSION)),)
|
||||||
+ perl -pi -e "s/^Vers.*:.*/Version: $(PKG_VERSION)/g" ipkg/*/CONTROL/control
|
+ perl -pi -e "s/^Vers.*:.*/Version: $(PKG_VERSION)/g" ipkg/*/CONTROL/control
|
||||||
+endif
|
+endif
|
||||||
|
|
|
@ -161,7 +161,7 @@ diff -ruN ncurses-5.2-orig/ipkg/rules ncurses-5.2-5/ipkg/rules
|
||||||
+ chmod 0755 ipkg/*/CONTROL/
|
+ chmod 0755 ipkg/*/CONTROL/
|
||||||
+ chmod 0644 ipkg/*/CONTROL/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)),)
|
+ifneq ($(strip $(PKG_VERSION)),)
|
||||||
+ perl -pi -e "s/^Vers.*:.*/Version: $(PKG_VERSION)/g" ipkg/*/CONTROL/control
|
+ perl -pi -e "s/^Vers.*:.*/Version: $(PKG_VERSION)/g" ipkg/*/CONTROL/control
|
||||||
+endif
|
+endif
|
||||||
|
|
|
@ -129,7 +129,7 @@ diff -ruN pcre-5.0-orig/ipkg/rules pcre-5.0-3/ipkg/rules
|
||||||
+ chmod 0755 ipkg/*/CONTROL/
|
+ chmod 0755 ipkg/*/CONTROL/
|
||||||
+ chmod 0644 ipkg/*/CONTROL/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)),)
|
+ifneq ($(strip $(PKG_VERSION)),)
|
||||||
+ perl -pi -e "s/^Vers.*:.*/Version: $(PKG_VERSION)/g" ipkg/*/CONTROL/control
|
+ perl -pi -e "s/^Vers.*:.*/Version: $(PKG_VERSION)/g" ipkg/*/CONTROL/control
|
||||||
+endif
|
+endif
|
||||||
|
|
|
@ -123,7 +123,7 @@ diff -ruN popt-1.7-orig/ipkg/rules popt-1.7-3/ipkg/rules
|
||||||
+ chmod 0755 ipkg/*/CONTROL/
|
+ chmod 0755 ipkg/*/CONTROL/
|
||||||
+ chmod 0644 ipkg/*/CONTROL/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)),)
|
+ifneq ($(strip $(PKG_VERSION)),)
|
||||||
+ perl -pi -e "s/^Vers.*:.*/Version: $(PKG_VERSION)/g" ipkg/*/CONTROL/control
|
+ perl -pi -e "s/^Vers.*:.*/Version: $(PKG_VERSION)/g" ipkg/*/CONTROL/control
|
||||||
+endif
|
+endif
|
||||||
|
|
Loading…
Reference in a new issue