1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

app-forensics/luadec: add missing binaries luareplace & luaopswap

This commit is contained in:
2021-05-13 17:33:01 +02:00
parent a052aadc9e
commit 697d4cd0bd
2 changed files with 5 additions and 3 deletions

View File

@@ -34,9 +34,11 @@ src_prepare() {
src_compile() {
emake -C lua-${SLOT} linux || die
LUAVER=${SLOT} emake -C luadec || die
emake LUAVER=${SLOT} -C luadec || die
}
src_install() {
newbin luadec/luadec luadec-${SLOT}
for b in luadec luareplace luaopswap; do
newbin luadec/${b} ${b}-${SLOT}
done
}