Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keplerproject/luafilesystem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-11-26 21:44:49 +0300
committerHisham Muhammad <hisham@gobolinux.org>2017-11-26 21:44:49 +0300
commit1b5073419fdde0197c6d85c60cccc9af75340487 (patch)
tree1242bd9cb00b186946ed15a1da62d264a120da9b
parentde87218e9798c4dd1a40d65403d99e9e82e1cfa0 (diff)
parentfe964e013d5f6b50dd34c983d0672457f2e9e57d (diff)
Merge branch 'master' of https://github.com/keplerproject/luafilesystem
-rw-r--r--Makefile4
-rw-r--r--src/lfs.def2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e50d5a0..dfc1a8a 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,8 @@ test: lib
LUA_CPATH=./src/?.so lua tests/test.lua
install:
- mkdir -p $(LUA_LIBDIR)
- cp src/lfs.so $(LUA_LIBDIR)
+ mkdir -p $(DESTDIR)$(LUA_LIBDIR)
+ cp src/lfs.so $(DESTDIR)$(LUA_LIBDIR)
clean:
rm -f src/lfs.so $(OBJS)
diff --git a/src/lfs.def b/src/lfs.def
index 8a36d41..4055ff0 100644
--- a/src/lfs.def
+++ b/src/lfs.def
@@ -1,4 +1,4 @@
LIBRARY lfs.dll
-VERSION 1.6
+VERSION 1.7
EXPORTS
luaopen_lfs