From 3a95188a887b2402047b1f37268433bdec9456dd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 21:20:07 +0200 Subject: remove PKGBUILD_mod from everywhere - it's encoded in the mod_git_revision --- lib/common-functions | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index b3c8e23..4000336 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -224,9 +224,6 @@ make_source_info() { { cd "${tmp_dir}" - # some additional info - printf 'PKGBUILD = %s\n' "${PKGBUILD}" - printf 'PKGBUILD_mod = %s\n' "${PKGBUILD_mod}" makepkg --printsrcinfo cd .. } > \ @@ -447,7 +444,6 @@ find_package_repository_to_package() { # extract_source_directory $pkgbase $repository $revision $mod_revision $output $sub_pkgrel # extract files found in the svn/git source directories -# $PKGBUILD and $PKGBUILD_mod are expected to be set correctly extract_source_directory() { -- cgit v1.2.3-54-g00ecf