1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Merge branch 'maint'

This commit is contained in:
Allan McRae 2014-12-28 13:06:04 +10:00
commit 2759858e8c

View File

@ -1622,7 +1622,10 @@ merge_arch_attrs() {
source_buildfile() {
source_safe "$@"
if (( !SOURCEONLY )); then
merge_arch_attrs
fi
}
run_function_safe() {
@ -2137,8 +2140,6 @@ write_pkginfo() {
local size="$(@DUPATH@ @DUFLAGS@)"
size="$(( ${size%%[^0-9]*} * 1024 ))"
merge_arch_attrs
msg2 "$(gettext "Generating %s file...")" ".PKGINFO"
printf "# Generated by makepkg %s\n" "$makepkg_version"
printf "# using %s\n" "$(fakeroot -v)"