mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
media-sound/spotify-adblock: handle the debug USE flag
Closes: https://bugs.gentoo.org/901309 Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ src_install(){
|
||||
dobin "${T}/spotify-adblock"
|
||||
|
||||
# library
|
||||
newlib.so target/release/libspotifyadblock.so ${PN}.so
|
||||
newlib.so target/$(usex debug debug release)/libspotifyadblock.so ${PN}.so
|
||||
|
||||
# config
|
||||
insinto "/etc/${PN}"
|
||||
|
||||
@@ -59,7 +59,7 @@ src_install(){
|
||||
dobin "${T}/spotify-adblock"
|
||||
|
||||
# library
|
||||
newlib.so target/release/libspotifyadblock.so ${PN}.so
|
||||
newlib.so target/$(usex debug debug release)/libspotifyadblock.so ${PN}.so
|
||||
|
||||
# config
|
||||
insinto "/etc/${PN}"
|
||||
|
||||
Reference in New Issue
Block a user