mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
Ports: Add a pre_install hook
This commit is contained in:
committed by
Andreas Kling
parent
99f9860854
commit
aaa52da97d
@@ -363,6 +363,10 @@ fetch() {
|
||||
post_fetch
|
||||
}
|
||||
|
||||
func_defined pre_install || pre_install() {
|
||||
:
|
||||
}
|
||||
|
||||
func_defined pre_patch || pre_patch() {
|
||||
:
|
||||
}
|
||||
@@ -520,6 +524,7 @@ do_build() {
|
||||
}
|
||||
do_install() {
|
||||
ensure_build
|
||||
pre_install
|
||||
echo "Installing $port..."
|
||||
install
|
||||
install_main_launcher
|
||||
|
||||
Reference in New Issue
Block a user