Fix x86bea r2pm pkg

This commit is contained in:
pancake 2016-05-23 15:41:33 +02:00
parent 1f63bdc764
commit f900683419

View File

@ -4,11 +4,11 @@ R2PM_GIT "https://github.com/radare/radare2-extras"
R2PM_DESC "[r2-asm-anal] X86 BeaEngine Disassembler"
R2PM_INSTALL() {
./configure --prefix="${R2PM_PREFIX}"
./configure --prefix="${R2PM_PREFIX}" || exit 1
cd libr
make clean
make bea
make bea-install HOMEDEST="${R2PM_PLUGDIR}
make bea || exit 1
make bea-install R2PM_PLUGDIR="${R2PM_PLUGDIR}" || exit 1
}
R2PM_UNINSTALL() {