forked from kiss-community/kiss
kiss: run hook after repo check
This commit is contained in:
parent
10e2fd2553
commit
47e870e375
2
kiss
2
kiss
@ -736,8 +736,8 @@ pkg_build() {
|
|||||||
for pkg do
|
for pkg do
|
||||||
log "$pkg" "Building package ($((in+=1))/$#)"
|
log "$pkg" "Building package ($((in+=1))/$#)"
|
||||||
|
|
||||||
run_hook pre-extract "$pkg" "$pkg_dir/$pkg"
|
|
||||||
pkg_find_version "$pkg"
|
pkg_find_version "$pkg"
|
||||||
|
run_hook pre-extract "$pkg" "$pkg_dir/$pkg"
|
||||||
pkg_extract "$pkg"
|
pkg_extract "$pkg"
|
||||||
|
|
||||||
# Install built packages to a directory under the package name to
|
# Install built packages to a directory under the package name to
|
||||||
|
Loading…
Reference in New Issue
Block a user