mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
puke: cleanup
This commit is contained in:
parent
af6a61dbb1
commit
c94b05c717
4
puke
4
puke
@ -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."
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user