mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
Fix msil r2pm package
This commit is contained in:
parent
001d36303c
commit
99d3edd6e4
@ -9,7 +9,8 @@ R2PM_INSTALL() {
|
||||
cd libr/asm || exit 1
|
||||
${MAKE} clean
|
||||
${MAKE} msil || exit 1
|
||||
${MAKE} msil-install HOMEDEST="${R2PM_PLUGDIR}" || exit 1
|
||||
cp -f p/asm_msil.${LIBEXT} "${R2PM_PLUGDIR}" || exit 1
|
||||
echo "cp -f p/asm_msil.${LIBEXT} ${R2PM_PLUGDIR}"
|
||||
}
|
||||
|
||||
R2PM_UNINSTALL() {
|
||||
|
Loading…
Reference in New Issue
Block a user