mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
fix a small typo in sed pattern
SVN-Revision: 22997
This commit is contained in:
parent
83cb9b7a07
commit
ee81bb7cdb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user