forked from kiss-community/kiss
kiss: Revert to sed -i
This commit is contained in:
parent
15cac05092
commit
23910b4bd6
3
kiss
3
kiss
@ -737,7 +737,6 @@ pkg_conflicts() {
|
|||||||
"$tar_dir/$p_name/$cho_dir/$p_name$con_name"
|
"$tar_dir/$p_name/$cho_dir/$p_name$con_name"
|
||||||
|
|
||||||
regex_escape "$con" "/$cho_dir/$p_name$con_name"
|
regex_escape "$con" "/$cho_dir/$p_name$con_name"
|
||||||
mani=
|
|
||||||
|
|
||||||
# Rewrite the package's manifest to update its location
|
# Rewrite the package's manifest to update its location
|
||||||
# to its new spot (and name) in the choices directory.
|
# to its new spot (and name) in the choices directory.
|
||||||
@ -783,7 +782,6 @@ pkg_swap() {
|
|||||||
log "Swapping '$2' from '$pkg_owns' to '$1'"
|
log "Swapping '$2' from '$pkg_owns' to '$1'"
|
||||||
|
|
||||||
regex_escape "$2" "$PWD/$pkg_owns>${alt#*>}"
|
regex_escape "$2" "$PWD/$pkg_owns>${alt#*>}"
|
||||||
mani=${PWD%/*}/installed/$pkg_owns/manifest
|
|
||||||
|
|
||||||
# Convert the current owner to an alternative and rewrite
|
# Convert the current owner to an alternative and rewrite
|
||||||
# its manifest file to reflect this.
|
# its manifest file to reflect this.
|
||||||
@ -792,7 +790,6 @@ pkg_swap() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
regex_escape "$PWD/$alt" "$2"
|
regex_escape "$PWD/$alt" "$2"
|
||||||
mani=${PWD%/*}/installed/$1/manifest
|
|
||||||
|
|
||||||
# Convert the desired alternative to a real file and rewrite
|
# Convert the desired alternative to a real file and rewrite
|
||||||
# the manifest file to reflect this. The reverse of above.
|
# the manifest file to reflect this. The reverse of above.
|
||||||
|
Loading…
Reference in New Issue
Block a user