diff options
author | EuAndreh <eu@euandre.org> | 2022-02-19 19:50:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-02-19 19:50:08 -0300 |
commit | 0ec4294d3b0e28a42b92399b1ac3b480e1fcabcd (patch) | |
tree | a2987b3e0c1bad48b5eecad26b225140a5747208 /src | |
parent | aux/: Update (diff) | |
download | td-0ec4294d3b0e28a42b92399b1ac3b480e1fcabcd.tar.gz td-0ec4294d3b0e28a42b92399b1ac3b480e1fcabcd.tar.xz |
Makefile: Include append $(NAME) to the definition of $(LIBEXECDIR)
Diffstat (limited to '')
-rwxr-xr-x | src/td.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |