aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-02-19 19:50:08 -0300
committerEuAndreh <eu@euandre.org>2022-02-19 19:50:08 -0300
commit0ec4294d3b0e28a42b92399b1ac3b480e1fcabcd (patch)
treea2987b3e0c1bad48b5eecad26b225140a5747208 /src
parentaux/: Update (diff)
downloadtd-0ec4294d3b0e28a42b92399b1ac3b480e1fcabcd.tar.gz
td-0ec4294d3b0e28a42b92399b1ac3b480e1fcabcd.tar.xz
Makefile: Include append $(NAME) to the definition of $(LIBEXECDIR)
Diffstat (limited to '')
-rwxr-xr-xsrc/td.in4
1 files changed, 2 insertions, 2 deletions
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