2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 07:10:16 -07:00

puke: cleanup

This commit is contained in:
Dylan Araps 2019-05-13 16:29:20 +03:00
parent af6a61dbb1
commit c94b05c717

4
puke
View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# shellcheck disable=2094,2103,SC2181 source=/dev/null # shellcheck disable=2094,2103,2181,2188 source=/dev/null
# #
# puke - package manager for kiss linux. # puke - package manager for kiss linux.
@ -109,7 +109,7 @@ pkg_build() {
die "Build failed." die "Build failed."
cp -R "$rep_dir/$name" "$pkg_dir/$dbs_dir" cp -R "$rep_dir/$name" "$pkg_dir/$dbs_dir"
touch "$pkg_dir/$dbs_dir/$name/manifest" > "$pkg_dir/$dbs_dir/$name/manifest"
log "Sucessfully built $pkg." log "Sucessfully built $pkg."
} }