summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/common-functions9
1 files changed, 6 insertions, 3 deletions
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.'