package/ca-certificates: fix rebuilds
authorMartin Bark <martin@barkynet.com>
Sat, 16 Jun 2018 22:06:00 +0000 (23:06 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 21 Oct 2018 13:34:46 +0000 (14:34 +0100)
commit42b10634c628918c753bfb1aad4f950fa5d41299
treef474d02dacbca1ddc31ff30b051e4c2491212555
parentd07ddd8e4ed576dbce4c33ab006f342e24d3bd6b
package/ca-certificates: fix rebuilds

Rebuilding ca-certificates using make ca-certificates-rebuild
caused duplicate certificates to be installed in the target. Its build
system is broken: it doesn't detect that the output file already exists,
and instead of overwriting it, a duplicate is generated under a
different name. The net effect is that all certificates are installed
twice after rebuild.

Fix this by cleaning the build directory before building the package.

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/ca-certificates/ca-certificates.mk