diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-21 11:12:01 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-21 11:12:01 -0300 |
commit | 918e09f1a47dc3d23440f08a91d91d31d62dcb5a (patch) | |
tree | effadb1e2c76d3e06975c92516647148ed9f420a /mips64el | |
parent | 0e9e94d70a0442e2c0aebdfb282269e90d688712 (diff) | |
parent | 971e5b7d0cd614e1be3a82380ef16911f2d9cefe (diff) |
Merge branch 'master' into fauno
Conflicts:
fullpkg
toru
Diffstat (limited to 'mips64el')
-rw-r--r-- | mips64el/mips64el.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mips64el/mips64el.conf b/mips64el/mips64el.conf index 0825fad..836b407 100644 --- a/mips64el/mips64el.conf +++ b/mips64el/mips64el.conf @@ -2,11 +2,11 @@ ## Run a command for PKGBUILD modifications before building ## Like adding 'mips64el' to arch if it's not there -HOOKPKGBUILDMOD="mips-add" +# HOOKPKGBUILDMOD="mips-add" ## 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" +# HOOKLOCALRELEASE="mipsrelease" |