diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-28 14:50:11 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-28 14:50:11 +0000 |
commit | 02c335880dc2b19514af9ca70d6cd05f4b656a6a (patch) | |
tree | 061d3d5a39670af55c0d0516830374c173b7ee35 /kiss | |
parent | 16dd754c1102b67e7fbdaa80f0390a5926a40a36 (diff) | |
download | cpt-02c335880dc2b19514af9ca70d6cd05f4b656a6a.tar.gz |
kiss: clean
FossilOrigin-Name: af90c5e2df30a84d2fac915662c40a15a627d46317648ccde3bef2949894be42
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -814,13 +814,13 @@ pkg_conflicts() { # conflicting file. (pkg_name>usr>bin>ls) con_name=$(echo "$con" | sed 's|/|>|g') - regex_escape "$con" "/$cho_dir/$p_name$con_name" - # Move the conflicting file to the choices directory # and name it according to the format above. mv -f "$tar_dir/$p_name/$con" \ "$tar_dir/$p_name/$cho_dir/$p_name$con_name" + regex_escape "$con" "/$cho_dir/$p_name$con_name" + # Rewrite the package's manifest to update its location # to its new spot (and name) in the choices directory. sed -i "s/$sea/$rep/" \ |