12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
function hook_preconfigure {
|
|
configure_opts="$configure_opts --prefix=$INSTALL_ROOT_nto/${cpudir}"
|
|
}
|
|
|
|
function hook_premake {
|
|
strip_r_switch
|
|
}
|
|
|
|
function hook_pinfo {
|
|
gen_pinfo -e patch usr/bin USE="%1>%C --help" DESCRIPTION="Apply a source patch"
|
|
}
|