openssl: fix variable reference in conffiles
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 6 Mar 2023 14:58:56 +0000 (11:58 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 6 Mar 2023 21:11:36 +0000 (18:11 -0300)
commitc75cd5f6028da6ceb1fb3438da93e2305cd720b1
treecae80f69a74e9ea0c3e0e3bed208da599ac47ee5
parent387c2df15cbd7bfa3917209541e1cd94ddc885d0
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>
package/libs/openssl/Makefile