summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2011-03-30 00:37:37 +0000
committerChristian Pointner <equinox@spreadspace.org>2011-03-30 00:37:37 +0000
commit3dc0685e1c73e5fd9c58680ec4ce1e2b189b7ee3 (patch)
tree795a269c0eea960aa90f44425ed4fe50c6a7db22 /Makefile
parentno more cdbs (diff)
debian package works now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 474f44c..f51b36c 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@ src/$(LIBNAME): $(OBJS)
$(CC) $(CFLAGS) -o $@ $(LIB_OPTION) $(OBJS)
install:
- mkdir -p $(LUA_LIBDIR)
- cp src/$(LIBNAME) $(LUA_LIBDIR)/
+ mkdir -p $(DESTDIR)$(LUA_LIBDIR)
+ cp src/$(LIBNAME) $(DESTDIR)$(LUA_LIBDIR)/
clean:
rm -f src/$(LIBNAME) src/*.o