vp-build/common/xbps-src
q66 7febf540a9 shutils/purge_distfiles.sh: fix purging of multiple distfiles
Previously, xbps-src would try to find checksums in template files
and not purge those found but it actually ignored everything that
had the checksums specified on multiple lines.

The reason for this is that the bash 'read' builtin reads until it
finds a newline, and if you specify multiple checksums on multiple
lines rather than on one line it would ignore all but the first.

Fix this by replacing newlines with spaces, so that it can properly
read all checksums into an array.
2019-12-23 00:53:29 +01:00
..
libexec xbps-src: install cross pkg after checking dependencies. 2019-07-10 21:07:16 +02:00
shutils shutils/purge_distfiles.sh: fix purging of multiple distfiles 2019-12-23 00:53:29 +01:00