diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-06 19:07:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-11 07:02:18 +0000 |
commit | 7aed449427348824f7fbfc0e9dc698ea6519f91e (patch) | |
tree | 73b00265c5c534d639ec6ee7317f2736954137f2 /Makefile | |
parent | 3ec82a5a420fc00d38ad7dded819525a91533652 (diff) | |
download | apk-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |