Go to file
Dylan Araps 22d96abf58
kiss: fix regex error
1. Matching of owner was .*<path>$ to accomodate pkg_fix_deps's
   partial path resolution (/lib instead of /usr/lib). Code now
   changed to search fully resolved paths.

2. Our matching is now fixed strings and whole line. This removes
   the possibility of false-positives due to partial matching by
   prior regex (/bin/ls -> /usr/local/bin/ls (wrong file!))

3. This should be faster (no more regex, now full line matches).

Closes #241
2021-07-19 16:42:57 +03:00
.github/workflows ci: Run on pull requests 2020-01-08 22:21:10 +02:00
contrib docs: initial rewrite 2021-07-19 14:04:01 +03:00
doc docs: initial rewrite 2021-07-19 14:04:01 +03:00
LICENSE docs: update 2021-07-02 14:43:29 +00:00
README docs: update 2021-07-12 00:13:57 +03:00
kiss kiss: fix regex error 2021-07-19 16:42:57 +03:00

README

|/
|\ISS LINUX                                                https://kisslinux.xyz
________________________________________________________________________________


Package Manager
________________________________________________________________________________

KISS' tiny package manager.

Documentation:

- https://kisslinux.xyz/package-manager
- https://kisslinux.xyz/package-system