Browse Source

lua: enhanced lua.conf to install lua.pc

user/chris/old/ruby
Nagy Károly Gábriel 15 years ago
committed by Alejandro Mery
parent
commit
f02c5cd5c3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lua/lua/lua.conf

+ 1
- 0
lua/lua/lua.conf

@ -45,6 +45,7 @@ lua_postmake() {
mkdir -p "$root$luadatadir"
cp -v doc/* "$root$docdir"
sed -e "s:/usr/local:/$prefix:" etc/lua.pc > "$root$libdir/pkgconfig/"
}
hook_add postmake 3 lua_postmake

Loading…
Cancel
Save