aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-01-12 17:38:24 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-01-12 17:38:24 +0000
commit49e913d03858d55bcf206c0c71f93a3abc05a9bb (patch)
treebdefba0749e59d4a8f0b97a8624924a58f0902d2 /kiss
parent79181d472ddc3391612e35aad8548cd768d88054 (diff)
downloadcpt-49e913d03858d55bcf206c0c71f93a3abc05a9bb.tar.gz
pkg_fixdeps: Remove useless readlink
FossilOrigin-Name: 388faffc4e4155589baa4358280db4ae1c8e06d595eed43b6e24f8638c70d3a2
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss3
1 files changed, 0 insertions, 3 deletions
diff --git a/kiss b/kiss
index c43a03b..66ae289 100755
--- a/kiss
+++ b/kiss
@@ -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)