projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c736c
)
use bsd md5 in ipkg if md5sum is not available
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Oct 2006 22:38:45 +0000
(22:38 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Oct 2006 22:38:45 +0000
(22:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5045
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/ipkg
patch
|
blob
|
history
diff --git
a/scripts/ipkg
b/scripts/ipkg
index
57e4457
..
97a3151
100755
(executable)
--- a/
scripts/ipkg
+++ b/
scripts/ipkg
@@
-32,6
+32,8
@@
ipkg_is_upgrade () {
return 1
}
+which md5sum 2>&1 >/dev/null || alias md5sum=md5
+
ipkg_srcs() {
local srcre="$1"
sed -ne "s/^src[[:space:]]\+$srcre[[:space:]]\+//p" < $IPKG_CONF
This page took
0.022711 seconds
and
4
git commands to generate.