gnunnet: don't copy non-existing files
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 6 Oct 2022 13:02:59 +0000 (10:02 -0300)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 14 Oct 2022 18:44:23 +0000 (20:44 +0200)
commitc1700e3a33c297fb092cc5cc341755e3417dc390
treee4fb21253d8b22afaf4554d8178524995f47c550
parent9c68da83ec06b9ec56a3aa9f9f18feb83e52b4ba
gnunnet: don't copy non-existing files

There are six places pointing to files that do not exist any more:
 - gns-import.sh in package gnunet-gns (dropped in v0.11.0)
 - libgnunetdnsstub.so* in gnunet-vpn (integrated into util in v0.11.0)
 - libgnunettun.so* in gnunet-vpn (integrated into util in v0.11.0)
 - gnunet-service-ats-new in package gnunet (dropped in v0.12.0)
 - libgnunetreclaimattribute.so.* (integrated into reclaim in v0.13.0)
 - libgnunetabe.so.* in gnunet-reclaim (dropped in v0.17.2)

They were not noticed because their failing copy commands were part of
loops in which only the last operation had its exit status checked.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit fb91f8b7b07e36b4f47f1808badedf7ba3937d3a)
net/gnunet/Makefile