Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert...
authorKim Alvefur <zash@zash.se>
Wed, 14 Oct 2015 18:55:26 +0000 (20:55 +0200)
committerKim Alvefur <zash@zash.se>
Wed, 14 Oct 2015 18:55:26 +0000 (20:55 +0200)
Makefile

index 0b704e5a0b7d0c6486eb6c7d294ef37eb1e7ecc3..46a8f49da10a9c877c82b1325fb4c330d0519a22 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ install: prosody.install prosodyctl.install prosody.cfg.lua.install util/encodin
        install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util
        install -m755 ./prosody.install $(BIN)/prosody
        install -m755 ./prosodyctl.install $(BIN)/prosodyctl
-       install -m644 core/* $(SOURCE)/core
+       install -m644 core/*.lua $(SOURCE)/core
        install -m644 net/*.lua $(SOURCE)/net
        install -d $(SOURCE)/net/http
        install -m644 net/http/*.lua $(SOURCE)/net/http