projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84be4d0
)
[imagebuilder] fix a small typo in sed pattern
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Sep 2010 15:40:42 +0000
(15:40 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 10 Sep 2010 15:40:42 +0000
(15:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22997
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/imagebuilder/files/opkg-generate-config.sh
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/opkg-generate-config.sh
b/target/imagebuilder/files/opkg-generate-config.sh
index
d8fb0e4
..
b2047a0
100755
(executable)
--- a/
target/imagebuilder/files/opkg-generate-config.sh
+++ b/
target/imagebuilder/files/opkg-generate-config.sh
@@
-32,7
+32,7
@@
rm -f $TOPDIR/tmp/opkg.conf
[ -f $TOPDIR/repositories.conf ] && \
$TOPDIR/staging_dir/host/bin/sed \
- -n -e "s/\$A/$PKGARCH/g" -e "/^[[:space:]
*]
src/p" \
+ -n -e "s/\$A/$PKGARCH/g" -e "/^[[:space:]
]*
src/p" \
$TOPDIR/repositories.conf > $TOPDIR/tmp/opkg.conf
cat <<EOT >> $TOPDIR/tmp/opkg.conf