From 6c5366c2a2c329d657ea9e55a7ddf3356bd2eda0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 10 Sep 2010 15:41:34 +0000 Subject: [PATCH] [backfire] merge r22997 SVN-Revision: 22998 --- target/imagebuilder/files/opkg-generate-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/imagebuilder/files/opkg-generate-config.sh b/target/imagebuilder/files/opkg-generate-config.sh index d8fb0e4065..b2047a0d45 100755 --- 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 <> $TOPDIR/tmp/opkg.conf -- 2.30.2