Browse Source

venv: adapted to the new lua-conf.in

cross
Alejandro Mery 15 years ago
parent
commit
73ce7bd90f
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      lua/venv/venv.conf

+ 7
- 3
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"

Loading…
Cancel
Save