mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Blind fix for the radare2 pkg
The shlr lib is not suposed to be installed in the system, and the list after prepareInstalledDevelLibs was incomplete. i just updated this, is the CI going to verify that im not pushing something wrong? i dont have time for testing or learning how to build ports from haiku right now, so i would appreicate some help/feedback here if needed. thanks
This commit is contained in:
committed by
Adrien Destugues
parent
cb9092f891
commit
d5174227c4
@@ -277,7 +277,7 @@ INSTALL()
|
||||
mv $prefix/data/radare2 $docDir
|
||||
rm -rf $prefix/share
|
||||
|
||||
prepareInstalledDevelLibs libr_shlr libr_anal libr_asm libr_bin \
|
||||
prepareInstalledDevelLibs libr_anal libr_asm libr_bin libr_debug libr_main \
|
||||
libr_bp libr_config libr_cons libr_core libr_crypto libr_debug libr_egg \
|
||||
libr_flag libr_fs libr_hash libr_io libr_lang libr_magic libr_parse \
|
||||
libr_reg libr_search libr_socket libr_syscall libr_util
|
||||
|
||||
Reference in New Issue
Block a user