2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

puke: clean up

This commit is contained in:
Dylan Araps 2019-05-16 16:23:32 +03:00
parent 1f59111d71
commit 0b256d921f

2
puke
View File

@ -91,7 +91,7 @@ pkg_build() {
}
pkg_manifest() (
cd "$pkg_dir" && find . | sed ss.ss | tac |
cd "$pkg_dir" && find . | cut -c1- | tac |
tee manifest > "$pkg_db/$name/manifest"
)