mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
redasm: fix installation
This commit is contained in:
parent
b8b7269d74
commit
ee2e0cf1b3
1 changed files with 3 additions and 5 deletions
|
|
@ -22,9 +22,7 @@ DEPEND="dev-cpp/tbb
|
|||
dev-qt/qtgui:5
|
||||
dev-qt/qtcore:5"
|
||||
RDEPEND="${DEPEND}
|
||||
database? ( dev-libs/redasm-database )"
|
||||
!dev-libs/redasm-database"
|
||||
|
||||
src_install() {
|
||||
dolib.so "${BUILD_DIR}"/LibREDasm.so
|
||||
newbin "${BUILD_DIR}"/REDasm redasm
|
||||
}
|
||||
#src_prepare
|
||||
#sed /submodules/database /del -i CMakeLists.txt
|
||||
Loading…
Reference in a new issue