blob: 48674b2e5860c550cc968f9e5ef1893c2ecd94e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Arquitecture specific commands
## Run a command for PKGBUILD modifications before building
## Like adding 'mips64el' to arch if it's not there
HOOKPKGBUILDMOD="mipsadd"
## Run a command for local releasing of packages
# Useful for mass packaging (ie. mips port)
# Must accept the following parameters even if the command won't use them:
# $1 repo name
# $2+ packages
HOOKLOCALRELEASE="mipsrelease"
|