From 0ec4294d3b0e28a42b92399b1ac3b480e1fcabcd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 19 Feb 2022 19:50:08 -0300 Subject: Makefile: Include append $(NAME) to the definition of $(LIBEXECDIR) --- src/td.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/td.in b/src/td.in index db74a82..c6a7e9f 100755 --- a/src/td.in +++ b/src/td.in @@ -128,8 +128,8 @@ if [ -n "${TD_DUMP_TRANSLATABLE_STRINGS:-}" ]; then exit fi -if [ -r '@LIBEXECDIR@/@NAME@/load-messages.sh' ]; then - . '@LIBEXECDIR@/@NAME@/load-messages.sh' +if [ -r '@LIBEXECDIR@/load-messages.sh' ]; then + . '@LIBEXECDIR@/load-messages.sh' fi -- cgit v1.2.3