summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2013-04-25 21:51:26 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2013-04-25 21:51:26 +0100
commit56dde6201bc77f17dafdea7dfad047f51d2242b4 (patch)
treed9fa4ba1f5cd9a588090312915332bc597b39bf0
parentd22b146438de5cf7bf97bb8c9a371472a20e2b64 (diff)
downloadsupple-56dde6201bc77f17dafdea7dfad047f51d2242b4.tar.gz
Install the supple binary into lib
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a02d468..b72df8e 100644
--- a/Makefile
+++ b/Makefile
@@ -11,11 +11,11 @@ TEST_MODULES := $(MODULES)
PREFIX ?= /usr/local
INST_BASE := $(PREFIX)
-WRAPPER_PATH := $(INST_BASE)/bin/supple-sandbox$(LUA_VER)
+WRAPPER_PATH := $(INST_BASE)/lib/supple-sandbox$(LUA_VER)
LINST_ROOT := $(DESTDIR)$(INST_BASE)/share/lua/$(LUA_VER)
CINST_ROOT := $(DESTDIR)$(INST_BASE)/lib/lua/$(LUA_VER)
-BINST_ROOT := $(DESTDIR)$(INST_BASE)/bin
+BINST_ROOT := $(DESTDIR)$(INST_BASE)/lib
LMOD_FILES := $(patsubst %,%.lua,$(subst .,/,$(LMODULES)))
CMOD_FILES := $(patsubst %,%.so,$(subst .,/,$(CMODULES)))