index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-05-17 16:21:38 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-05-17 16:21:38 +0200 |
commit | c5a716a0f95a1ab7210e1b2e9c95452fa7b3fb55 (patch) | |
tree | f99f9746f4264fb971cdb2018a4f9bb90775bdd1 | |
parent | 2ffb67d3c8e7ef922dbb9e897c8de8722a5be5de (diff) |
-rwxr-xr-x | bin/common-functions | 9 |
diff --git a/bin/common-functions b/bin/common-functions index 7783031..86dcc79 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -3,8 +3,6 @@ # contains functions used by more than one script # find the PKGBUILD of a given package in a given repository -# TODO: -# mangle $arch in PKBUILDs to contain i486, i586, i686 find_pkgbuild() { @@ -43,7 +41,12 @@ find_pkgbuild() { done } -# to be executed in the package directory +# apply customizations to a package +# (to be executed in the package's directory) + +# TODO: +# mangle $arch in PKBUILDs to contain i486, i586, i686 + apply_package_customizations() { if [ ! -f 'PKGBUILD' ]; then >&2 echo 'PKGBUILD not found.' |