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 10:42:28 +03:00
parent 158069e2af
commit f924d46e46

2
puke
View File

@ -86,9 +86,7 @@ pkg_extract() {
pkg_build() {
(cd "$mak_dir"; "$OLDPWD/build" "$pkg_dir") || die "Build failed."
cp -R "$rep_dir/$name" "$pkg_db"
log "Sucessfully built $pkg." 2> "$pkg_db/$name/manifest"
}