Do not dereference symlinks when calculating size
commitcb64fbeac41308ee8c46384a126195a1fd75a361
authorAllan McRae <allan@archlinux.org>
Fri, 24 Feb 2012 11:40:20 +0000 (24 21:40 +1000)
committerDan McGee <dan@archlinux.org>
Mon, 5 Mar 2012 17:44:34 +0000 (5 11:44 -0600)
tree8c15263ba96093d255625a7296d61198fd2b7c0c
parentea7fc8962a819a04237876995140363a818202d4
Do not dereference symlinks when calculating size

Passing the "-L" flag to stat means we get the size of the file
being pointed to for symlinks instead of the size of the symlink.

Keep "-L" usage in repo-add as we want the actual size of the
package/delta/signature there.

Signed-off-by: Allan McRae <allan@archlinux.org>
configure.ac
scripts/repo-add.sh.in