From 8d437ec7376a2f47d6a635388c0f47adcc655f81 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 11 Apr 2018 14:28:59 +0200 Subject: lib/common-functions: simplify format of additional information --- lib/common-functions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index a479f5f..043e607 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -514,9 +514,9 @@ make_source_info() { { cd "${tmp_dir}" # some additional info - printf '\tupstream_git_repository = %s\n' "${git_repo}" - printf '\tPKGBUILD = %s\n' "${PKGBUILD}" - printf '\tPKGBUILD_mod = %s\n' "${PKGBUILD_mod}" + printf 'upstream_git_repository = %s\n' "${git_repo}" + printf 'PKGBUILD = %s\n' "${PKGBUILD}" + printf 'PKGBUILD_mod = %s\n' "${PKGBUILD_mod}" if [ "${package%-i18n}-i18n" = "${package}" ]; then # *-i18n packages should have this dependency printf '\tdepends = %s\n' "${package%-i18n}" -- cgit v1.2.3-54-g00ecf