Browse Source

json4lua: adapted to the new lua-conf.in

cross
Alejandro Mery 16 years ago
parent
commit
5d2e818165
  1. 10
      lua/json4lua/json4lua.conf

10
lua/json4lua/json4lua.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../json4lua/json4lua.conf # Filename: package/.../json4lua/json4lua.conf
# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2008 - 2009 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -16,10 +16,10 @@ srcdir=json
makeopt= makeopt=
makeinstopt= makeinstopt=
json_install() json_install() {
{ local x="$root$luadatadir/json"
mkdir -p "$root$pkgdatadir/json" mkdir -p "$x"
cp -v *.lua "$root$pkgdatadir/json/" cp -v *.lua "$x"
} }
hook_add postmake 5 'json_install' hook_add postmake 5 'json_install'

Loading…
Cancel
Save