index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-05-06 18:50:41 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-06 18:50:41 -0400 |
commit | 96f35d219cfd330f0c57e39619c85ef2e880eb16 (patch) | |
tree | 471b6328ce5dc2fa3462ca046496ad8bc4e3be50 /scripts | |
parent | 8bbb5dd0789db6d57f1fc365296ef0f6a35e8a1f (diff) |
-rwxr-xr-x | scripts/repo-add | 2 |
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 |