symbols: Fix FreeBSD return status issue
commitc619bf3b34d616ea182336c2c5b603fa3f82fbfa
authorRoland Lutz <rlutz@hedmen.org>
Wed, 4 Mar 2020 15:44:49 +0000 (4 16:44 +0100)
committerRoland Lutz <rlutz@hedmen.org>
Thu, 5 Mar 2020 11:38:02 +0000 (5 12:38 +0100)
tree3374ef0f32aa6d55144d213045d8971e555f393e
parent47d9d622ef164cd4c64346994c9814a2cc576c4b
symbols: Fix FreeBSD return status issue

If the old installation directories for the gnetman, Verilog, and VHDL
symbols exist, "make install" tries to remove the old symbols in order
to make sure there aren't any duplicates left from an older
installation (see commit 800b5e6).

It appears shell exit codes work slightly different for FreeBSD, and an
extra "|| true" is required to ignore errors from missing directories.

Affects-bug: lp-1866057
symbols/Makefile.am