mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
lief: fix minor qa warning
This commit is contained in:
parent
084d92733b
commit
67c11d20ad
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ wrap_python() {
|
|||
}
|
||||
|
||||
src_prepare() {
|
||||
eapply ${FILESDIR}/python_314.patch
|
||||
eapply "${FILESDIR}/python_314.patch"
|
||||
|
||||
#fix multilib
|
||||
sed -i "s|CMAKE_INSTALL_LIBDIR \"lib\"|CMAKE_INSTALL_LIBDIR \"$(get_libdir)\"|" CMakeLists.txt || die
|
||||
|
|
|
|||
Loading…
Reference in a new issue