From 2b02fe5e9a7b7cdcd7e9db07e5997d5c72a6cae3 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 20 May 2009 01:21:59 +0000 Subject: [PATCH] lua-curses: adapted to the new lua-conf.in --- lua/lua-curses/lua-curses.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/lua-curses/lua-curses.conf b/lua/lua-curses/lua-curses.conf index d97593d7c..9a8c64bef 100644 --- a/lua/lua-curses/lua-curses.conf +++ b/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"