makepkg: restore attr merging for write_pkginfo
acc639adf2
removed this, but shouldn't have.
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
83d5512bf1
commit
fb9db2df5d
1 changed files with 2 additions and 0 deletions
|
@ -2139,6 +2139,8 @@ 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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue