openssl: fix variable reference in conffiles
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 6 Mar 2023 14:58:56 +0000 (11:58 -0300)
committerRISCi_ATOM <bob@bobcall.me>
Mon, 15 May 2023 15:19:55 +0000 (11:19 -0400)
commita0e10da103781cd637220d2f4c1798ef35ed5585
tree11025cd852858474be3e6a7d2b560be79c88c39a
parent08fb8bbce03bf03d6de09a23b9cb65358d451acc
openssl: fix variable reference in conffiles

Fix the trivial abscence of $() when assigning engine config files to
the main libopenssl-config package even if the corresponding engines
were not built into the main library.

This is mostly cosmetic, since scripts/ipkg-build tests the file's
presence before it is actually included in the package's conffiles.

Fixes: 30b0351039 "openssl: configure engine packages during install"
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit c75cd5f6028da6ceb1fb3438da93e2305cd720b1)
package/libs/openssl/Makefile