diff options
author | Danny Rawlins <contact@romster.me> | 2021-01-22 22:32:25 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-01-22 22:32:56 +1100 |
commit | 2aabd4586f98ebae25562bbaeada561c726badcb (patch) | |
tree | 506f6d52a801cafb3700441bbac9b05f935a0dab /lua52/Pkgfile | |
parent | 44d6676a1ba5c940b6bd55d95e0c453c9131af0e (diff) | |
download | opt-2aabd4586f98ebae25562bbaeada561c726badcb.tar.gz opt-2aabd4586f98ebae25562bbaeada561c726badcb.tar.xz |
lua52: install the generated .pc file not the pre-generated one oops
Diffstat (limited to 'lua52/Pkgfile')
-rw-r--r-- | lua52/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua52/Pkgfile b/lua52/Pkgfile index 036ca62ca..4bc6bd7a0 100644 --- a/lua52/Pkgfile +++ b/lua52/Pkgfile @@ -5,7 +5,7 @@ name=lua52 version=5.2.4 -release=2 +release=3 source=(http://www.lua.org/ftp/lua-$version.tar.gz lua.diff lua-5.2-cflags.diff lua.pc) @@ -36,7 +36,7 @@ build() { INSTALL_MAN="$PKG/usr/share/man/man1" \ install - install -m 0644 -D $SRC/lua.pc $PKG/usr/lib/pkgconfig/lua5.2.pc + install -m 0644 -D lua.pc $PKG/usr/lib/pkgconfig/lua5.2.pc # fixups ln -s liblua5.2.so $PKG/usr/lib/liblua.so.5.2 |