summaryrefslogtreecommitdiff
path: root/pkg/msmtp/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/msmtp/gen.lua')
-rw-r--r--pkg/msmtp/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/msmtp/gen.lua b/pkg/msmtp/gen.lua
index cedf5362..9cb8a72e 100644
--- a/pkg/msmtp/gen.lua
+++ b/pkg/msmtp/gen.lua
@@ -1,6 +1,6 @@
cflags{
'-D HAVE_CONFIG_H',
- string.format([[-D 'SYSCONFDIR="%s/etc"']], config.prefix),
+ ([[-D 'SYSCONFDIR="%s/etc"']]):format(config.prefix),
'-I $dir',
'-isystem $builddir/pkg/libtls-bearssl/include',
}