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:
parent
8bbb5dd078
commit
96f35d219c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user