diff options
author | Erich Eckner <git@eckner.net> | 2017-05-17 16:08:01 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-05-17 16:08:01 +0200 |
commit | a525d316f5e882039f3072f087d92e4b8f625bf9 (patch) | |
tree | 5404977c00989662180fd6d3fdba782073c91a6d /bin/get-package-updates | |
parent | 9703006a04a334e40a894849a6a962b8fed1a947 (diff) | |
download | builder-a525d316f5e882039f3072f087d92e4b8f625bf9.tar.xz |
split off customization of PKGBUILDs from searching for PKGBUILDs
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-x | bin/get-package-updates | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates index caef397..71f379c 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -149,6 +149,7 @@ while read -r package git_revision mod_git_revision repository; do ( cd "${PKGBUILD%/*}" + apply_package_customizations mksrcinfo -o "${work_dir}/package-infos/${package}.${git_revision}.${new_repo_revisions["archlinux32"]}.SRCINFO" ) |