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-14 16:15:19 +03:00
parent 647ace077e
commit 1830fa49f4

2
puke
View File

@ -102,8 +102,6 @@ pkg_extract() {
}
pkg_build() {
log "Building $pkg."
(set -e errexit; cd "$mak_dir"; "$OLDPWD/build" "$pkg_dir" ) ||
die "Build failed."