From c5a716a0f95a1ab7210e1b2e9c95452fa7b3fb55 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 17 May 2017 16:21:38 +0200 Subject: clean up comments --- bin/common-functions | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bin') 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.' -- cgit v1.2.3-54-g00ecf