mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
stage-manager-ipkg: Fix quoting in sed expression fixing sed errors
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4599 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -878,7 +878,7 @@ diff -u $dest/$conffile $IPKG_TMP/$pkg/data/$conffile"
|
||||
if [ -n "$new_conffiles" ]; then
|
||||
new_conffiles='Conffiles: '`echo $new_conffiles | ipkg_protect_slashes`
|
||||
fi
|
||||
local sed_safe_root=`echo $dest | sed -e "s/^${IPKG_OFFLINE_ROOT}//" | ipkg_protect_slashes`
|
||||
local sed_safe_root=`echo $dest | sed -e "s#^${IPKG_OFFLINE_ROOT}##" | ipkg_protect_slashes`
|
||||
sed -e "s/\(Package:.*\)/\1\\
|
||||
Status: install ok installed\\
|
||||
Root: ${sed_safe_root}\\
|
||||
|
||||
Reference in New Issue
Block a user