diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-12 17:38:24 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-12 17:38:24 +0000 |
commit | 49e913d03858d55bcf206c0c71f93a3abc05a9bb (patch) | |
tree | bdefba0749e59d4a8f0b97a8624924a58f0902d2 /kiss | |
parent | 79181d472ddc3391612e35aad8548cd768d88054 (diff) | |
download | cpt-49e913d03858d55bcf206c0c71f93a3abc05a9bb.tar.gz |
pkg_fixdeps: Remove useless readlink
FossilOrigin-Name: 388faffc4e4155589baa4358280db4ae1c8e06d595eed43b6e24f8638c70d3a2
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -277,9 +277,6 @@ pkg_fixdeps() { dep=${dep#* => } dep=${dep% *} - # Traverse symlinks to get the true path to the file. - dep=$(readlink -f "$KISS_ROOT/${dep##$KISS_ROOT}") - # Figure out which package owns the file. dep=$(set +f; grep -lFx "${dep##$KISS_ROOT}" "$sys_db/"*/manifest) |