projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a85fb1
)
media-radio/qrq: Fix wrong handling of USE-flags during src_install()
author
Thomas Beierlein
<tomjbe@gentoo.org>
Wed, 24 Apr 2019 05:40:18 +0000
(07:40 +0200)
committer
Thomas Beierlein
<tomjbe@gentoo.org>
Wed, 24 Apr 2019 05:40:18 +0000
(07:40 +0200)
Thanks for testing Toralf.
Closes: https://bugs.gentoo.org/684148
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
media-radio/qrq/qrq-0.3.2.ebuild
patch
|
blob
|
history
diff --git
a/media-radio/qrq/qrq-0.3.2.ebuild
b/media-radio/qrq/qrq-0.3.2.ebuild
index e73c542665e9325b1cefe02e5cae6fae80d349bd..b5eeded234497e7257d2b4c30d11c5536f8ced6b 100644
(file)
--- a/
media-radio/qrq/qrq-0.3.2.ebuild
+++ b/
media-radio/qrq/qrq-0.3.2.ebuild
@@
-36,6
+36,6
@@
src_compile() {
}
src_install() {
- emake DESTDIR="${D}/usr" install
+ emake
$CONF
DESTDIR="${D}/usr" install
dodoc AUTHORS ChangeLog README
}