diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-12-28 01:23:53 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-12-28 01:23:53 -0600 |
commit | af6ac6ea9ef779c0f88fd456e8d73636f22773ce (patch) | |
tree | fed9d8e8d6340fedce713604ed5ebff2745c18bd /mips64el/mips64el.conf | |
parent | fa0b7b6f8e45982f1e2317c386ef0cf49ee840c7 (diff) |
fullpkg: split in fullpkg-find and fullpkg-build
fullpkg-build: build, download and custom command on <build_dir>
fullpkg-find: create a build_dir or append new building instruction
libretools-mips64el: deprecation process
pkgbuild-check-nonfree: minor bug corrected
Diffstat (limited to 'mips64el/mips64el.conf')
-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" |