From 73ce7bd90f9b3ef6822052fd946aff5a0ea0c9b8 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 20 May 2009 01:16:39 +0000 Subject: [PATCH] venv: adapted to the new lua-conf.in --- lua/venv/venv.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lua/venv/venv.conf b/lua/venv/venv.conf index 1746bf587..19c94d010 100644 --- a/lua/venv/venv.conf +++ b/lua/venv/venv.conf @@ -2,8 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../venv/venv.conf -# Copyright (C) 2008 The OpenSDE Project -# Copyright (C) 2006 The T2 SDE Project +# Copyright (C) 2009 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -16,4 +15,9 @@ makeopt= makeinstopt= -hook_add premake 5 "install_lua_module" +venv_install() { + cp -v src/*.lua "$root$luadatadir/" + cp -v doc/us/* "$root$docdir/" +} + +hook_add premake 5 "venv_install"