diff options
-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) |