scripts: ipkg-make-index.sh: dereference symbolic links
authorJo-Philipp Wich <jo@mein.io>
Thu, 31 Jan 2019 11:25:19 +0000 (12:25 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 31 Jan 2019 11:35:29 +0000 (12:35 +0100)
commitece5cab743f9df6c9655d6117e92fda110292173
treee755d7f721a64417ff2d85bab5d659d7ac2091d3
parent352db3e62aab207d4e351d7462a2d6f19464bc7a
scripts: ipkg-make-index.sh: dereference symbolic links

Use `stat -L` instead of `ls -l` to follow symbolic links when obtaining
the file size of .ipk archives.

Without this change, the size of the symlink, not the size of the target
file is encoded in the package index file.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
scripts/ipkg-make-index.sh