diff options
author | Benda Xu <heroxbd@gentoo.org> | 2016-12-09 14:13:03 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-12-09 14:13:17 +0900 |
commit | 8b250896a92658897c2ccf14b5edcedaf93c7e49 (patch) | |
tree | ea77491aee772d79af17c77077f3a479a16f8134 /dev-lua | |
parent | dev-lang/php: new version 7.0.14 replacing 7.0.13. (diff) | |
download | gentoo-8b250896a92658897c2ccf14b5edcedaf93c7e49.tar.gz gentoo-8b250896a92658897c2ccf14b5edcedaf93c7e49.tar.bz2 gentoo-8b250896a92658897c2ccf14b5edcedaf93c7e49.zip |
dev-lua/lpeg: fix typo.
Credit: Aric Belsito
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/lpeg/lpeg-1.0.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/lpeg/lpeg-1.0.0-r1.ebuild b/dev-lua/lpeg/lpeg-1.0.0-r1.ebuild index 0d39949abd99..7353daf5efe7 100644 --- a/dev-lua/lpeg/lpeg-1.0.0-r1.ebuild +++ b/dev-lua/lpeg/lpeg-1.0.0-r1.ebuild @@ -41,10 +41,10 @@ src_test() { src_install() { local instdir instdir="$($(tc-getPKG_CONFIG) --variable INSTALL_CMOD $(usex luajit 'luajit' 'lua'))" - exeinto "${inst#${EPREFIX}}" + exeinto "${instdir#${EPREFIX}}" doexe lpeg.so instdir="$($(tc-getPKG_CONFIG) --variable INSTALL_LMOD $(usex luajit 'luajit' 'lua'))" - insinto "${inst#${EPREFIX}}" + insinto "${instdir#${EPREFIX}}" doins re.lua use doc && einstalldocs |