mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-libs/libsignal-ffi: fix if condition
Closes: https://bugs.gentoo.org/928913 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -40,7 +40,7 @@ src_unpack() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
if [ "$(use debug)" ]; then
|
||||
if use debug; then
|
||||
TARGET=debug
|
||||
else
|
||||
TARGET=release
|
||||
|
||||
Reference in New Issue
Block a user