package/pkg-meson.mk: simplify sed-expression to add to [binaries]
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 6 Oct 2019 15:10:21 +0000 (17:10 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 8 Oct 2019 21:22:33 +0000 (23:22 +0200)
commit84470cba7eac05845a29b76d06d749f8c8c33acd
treef9ef7b3d8b66706f2ea023cc36d6965e9c1f3791
parent8f04948193e35089bb46dae678e0fdf6aa11aea8
package/pkg-meson.mk: simplify sed-expression to add to [binaries]

There is no need to memorise the matched pattern; it's a left-over
from a previous attempt.

However, ensure the pattern is correctly anchored to the beginning and
end of the line, to avoid accidentally matching it anywhere else (e,g,
in a comment).

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Cc: Peter Seiderer <ps.report@gmx.net>
Cc: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pkg-meson.mk