projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add more ioctl stuff
[openwrt.git]
/
package
/
pcre
/
pcre-5.0-3.diff
diff --git
a/package/pcre/pcre-5.0-3.diff
b/package/pcre/pcre-5.0-3.diff
index
e5239d4
..
4d71ff7
100644
(file)
--- a/
package/pcre/pcre-5.0-3.diff
+++ b/
package/pcre/pcre-5.0-3.diff
@@
-129,7
+129,7
@@
diff -ruN pcre-5.0-orig/ipkg/rules pcre-5.0-3/ipkg/rules
+ chmod 0755 ipkg/*/CONTROL/
+ chmod 0644 ipkg/*/CONTROL/control
+
+ 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
+ifneq ($(strip $(PKG_VERSION)),)
+ perl -pi -e "s/^Vers.*:.*/Version: $(PKG_VERSION)/g" ipkg/*/CONTROL/control
+endif
This page took
0.024943 seconds
and
4
git commands to generate.