dev-libs/capstone: rely on CMAKE_INSTALL_LIBDIR

Bug: https://bugs.gentoo.org/730722
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2020-07-04 19:04:26 +01:00
parent 878bbb63fd
commit fdff36839a

View File

@@ -6,7 +6,7 @@ https://bugs.gentoo.org/730722
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-libdir=${prefix}/lib@LIBSUFFIX@
+libdir=${prefix}/lib@LIB_SUFFIX@
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/include/capstone
Name: capstone