From fc41ad4920b552ba5e39be169d4b27b5897c7852 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 17 Oct 2019 09:22:44 +0200 Subject: add TODOs for removing hard-coded package suffixes --- lib/common-functions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index b16e4d7..30b80a2 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -9,6 +9,8 @@ if [ -z "${base_dir}" ]; then . '../lib/load-configuration' fi +# TODO: remove hard-coded package suffixes + # find_pkgbuilds package repository git_repository git_revision mod_git_revision # find the PKGBUILD and modification of $package from $repository # sets $PKGBUILD and $PKGBUILD_mod -- cgit v1.2.3-54-g00ecf