Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/scripts/repo-add
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/repo-add')
-rwxr-xr-xscripts/repo-add2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-add b/scripts/repo-add
index 0d6f344a..64962143 100755
--- a/scripts/repo-add
+++ b/scripts/repo-add
@@ -121,7 +121,7 @@ db_write_entry()
IFS=$OLDIFS
# get compressed size of package
- csize="$(du -b $pkgfile | cut -f1)"
+ csize="$(du -b -L $pkgfile | cut -f1)"
cd $gstmpdir