diff options
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 37cfdf7d..c938756d 100644 --- a/GNUmakefile +++ b/GNUmakefile | |||
| @@ -119,7 +119,7 @@ install: all install-config | |||
| 119 | do \ | 119 | do \ |
| 120 | $(INSTALL_DATA) "$$f" '$(DESTDIR)$(luadir)'/`echo $$f | sed 's,^src/,,'`; \ | 120 | $(INSTALL_DATA) "$$f" '$(DESTDIR)$(luadir)'/`echo $$f | sed 's,^src/,,'`; \ |
| 121 | done | 121 | done |
| 122 | ifeq (,$(findstring $(LUA_VERSION),"5.3" "5.4")) | 122 | ifeq (,$(findstring $(LUA_VERSION),"5.3" "5.4" "5.5")) |
| 123 | find src/compat53/ -type d | while read f; \ | 123 | find src/compat53/ -type d | while read f; \ |
| 124 | do \ | 124 | do \ |
| 125 | mkdir -p '$(DESTDIR)$(luadir)'/`echo $$f | sed 's,^src/,,'`; \ | 125 | mkdir -p '$(DESTDIR)$(luadir)'/`echo $$f | sed 's,^src/,,'`; \ |
