index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/common-functions | 3 |
diff --git a/bin/common-functions b/bin/common-functions index 31f6928..84f4a62 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -2,6 +2,9 @@ # contains functions used by more than one script +# TODO: libreoffice-fresh-i18n should run-depend on libreoffice-fresh, +# but it's not recognized. + # shellcheck disable=SC2039 if [ -z "${base_dir}" ]; then |