1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-01-09 04:57:59 -05:00

Allow repo-add to work with symlinks (fixes FS #7054)

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-05-06 18:50:41 -04:00
parent 8bbb5dd078
commit 96f35d219c

View File

@ -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