kisslinux / kiss

KISS Linux - Package Manager
https://kisslinux.github.io
MIT License
464 stars 62 forks source link

kiss-fork sometimes includes a manifest #239

Closed dilyn-corner closed 3 years ago

dilyn-corner commented 3 years ago

In instances where foo is only in /var/db/kiss/installed, kiss-fork will copy every file including the manifest.

Nonfatal, just a nit.

dylanaraps commented 3 years ago

This is intended behavior. It copies the directory from the first repository verbatim to your current directory. The installed database is another repository it just also contains some metadata (manifest, etcsums).

I could add an rm -f manifest etcsums line to the utility but it seems pointless (and partially ties the tool to the package format). Thanks for the issue.