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)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 6 Oct 2022 22:33:10 +0000 (23:33 +0100)
commitfb91f8b7b07e36b4f47f1808badedf7ba3937d3a
treeb804f12a5eb9ceab88c9afcc1599662634f9998a
parentf0417960037d5138f9482821560ba7ccdc317fd4
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>
net/gnunet/Makefile