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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user