Browse Source

lua-curses: adapted to the new lua-conf.in

cross
Alejandro Mery 16 years ago
parent
commit
2b02fe5e9a
  1. 6
      lua/lua-curses/lua-curses.conf

6
lua/lua-curses/lua-curses.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../lua-curses/lua-curses.conf
# Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2006 - 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -13,5 +13,5 @@
# --- SDE-COPYRIGHT-NOTE-END ---
# supports DESTDIR internally
var_append makeinstopt ' ' "LUALIBDIR=$pkglibdir"
var_append makeinstopt ' ' "LUADATADIR=$pkgdatadir"
var_append makeinstopt ' ' "LUALIBDIR=$lualibdir"
var_append makeinstopt ' ' "LUADATADIR=$luadatadir"

Loading…
Cancel
Save