index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Santiago Torres <santiago@archlinux.org> | 2019-03-11 22:24:35 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-03-19 11:54:50 +1000 |
commit | f26cb61cb6a16c8ce85f33e6090763aced0118c3 (patch) | |
tree | 9878739833dfa51049fb2be149b24fa5dcf819aa | |
parent | c61cd050f9b6475ea128a1da02e88b284ac509b5 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 3 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index e12826af..4f096a36 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -588,8 +588,7 @@ write_kv_pair() { } write_pkginfo() { - local size="$(@DUPATH@ @DUFLAGS@)" - size="$(( ${size%%[^0-9]*} * 1024 ))" + local size="$(find . -type f -exec cat {} + 2>/dev/null | wc -c)" merge_arch_attrs |