mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 03:14:44 +02:00
[imagebuilder] fix a small typo in sed pattern
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22997 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
177f4b1258
commit
12bb9fe75f
@ -32,7 +32,7 @@ rm -f $TOPDIR/tmp/opkg.conf
|
|||||||
|
|
||||||
[ -f $TOPDIR/repositories.conf ] && \
|
[ -f $TOPDIR/repositories.conf ] && \
|
||||||
$TOPDIR/staging_dir/host/bin/sed \
|
$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
|
$TOPDIR/repositories.conf > $TOPDIR/tmp/opkg.conf
|
||||||
|
|
||||||
cat <<EOT >> $TOPDIR/tmp/opkg.conf
|
cat <<EOT >> $TOPDIR/tmp/opkg.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user