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)