summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-06 19:07:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-06-11 07:02:18 +0000
commit7aed449427348824f7fbfc0e9dc698ea6519f91e (patch)
tree73b00265c5c534d639ec6ee7317f2736954137f2 /Makefile
parent3ec82a5a420fc00d38ad7dded819525a91533652 (diff)
downloadapk-tools-7aed449427348824f7fbfc0e9dc698ea6519f91e.tar.gz
apk-tools-7aed449427348824f7fbfc0e9dc698ea6519f91e.tar.bz2
apk-tools-7aed449427348824f7fbfc0e9dc698ea6519f91e.tar.xz
apk-tools-7aed449427348824f7fbfc0e9dc698ea6519f91e.zip
lua: initial lua module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50d5b03..9fd6422 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,9 @@ LIBDIR := /lib
CONFDIR := /etc/apk
MANDIR := /usr/share/man
DOCDIR := /usr/share/doc/apk
+LUA_LIBDIR := /usr/lib/lua/5.1
-export DESTDIR SBINDIR LIBDIR CONFDIR MANDIR DOCDIR
+export DESTDIR SBINDIR LIBDIR CONFDIR MANDIR DOCDIR LUA_LIBDIR
##
# Top-level rules and targets