forked from kiss-community/kiss
kiss: fix installation errors. Closes #228
This commit is contained in:
parent
ef2aff7ce9
commit
acc1a22475
4
kiss
4
kiss
@ -888,10 +888,10 @@ pkg_conflicts() {
|
|||||||
# Print the file with all symlinks in its path
|
# Print the file with all symlinks in its path
|
||||||
# resolved to their real locations.
|
# resolved to their real locations.
|
||||||
printf '%s\n' "${PWD#"$KISS_ROOT"}/${file##*/}"
|
printf '%s\n' "${PWD#"$KISS_ROOT"}/${file##*/}"
|
||||||
|
|
||||||
cd "$OLDPWD"
|
|
||||||
done < "$tar_dir/$1/$pkg_db/$1/manifest" > "$mak_dir/cf_m"
|
done < "$tar_dir/$1/$pkg_db/$1/manifest" > "$mak_dir/cf_m"
|
||||||
|
|
||||||
|
cd "$tar_dir/$1"
|
||||||
|
|
||||||
p_name=$1
|
p_name=$1
|
||||||
set +f
|
set +f
|
||||||
set -f "$sys_db"/*/manifest
|
set -f "$sys_db"/*/manifest
|
||||||
|
Loading…
Reference in New Issue
Block a user