summaryrefslogtreecommitdiff
path: root/pkg/file/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/file/gen.lua')
-rw-r--r--pkg/file/gen.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/file/gen.lua b/pkg/file/gen.lua
index 52ffabce..626b044d 100644
--- a/pkg/file/gen.lua
+++ b/pkg/file/gen.lua
@@ -1,8 +1,8 @@
-local version = '5.37'
+local version = '5.39'
cflags{
'-Wall',
'-D HAVE_CONFIG_H',
- string.format([[-D 'MAGIC="%s/share/file/magic"']], config.prefix),
+ ([[-D 'MAGIC="%s/share/file/magic"']]):format(config.prefix),
'-D _GNU_SOURCE',
'-I $dir',
'-I $outdir/include',