projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb4bc3
)
Add a comment with the bug reference for remembering the reason of src_prepare patching
author
Pacho Ramos
<pacho@gentoo.org>
Tue, 22 Sep 2015 18:46:57 +0000
(20:46 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Tue, 22 Sep 2015 18:46:57 +0000
(20:46 +0200)
Package-Manager: portage-2.2.20.1
sys-power/bbswitch/bbswitch-0.8.ebuild
patch
|
blob
|
history
diff --git
a/sys-power/bbswitch/bbswitch-0.8.ebuild
b/sys-power/bbswitch/bbswitch-0.8.ebuild
index aa7df518c4cdb878667eb3fdbb61d0d8784c9abd..69a382719120d7b1a80d97782b1241cf238221aa 100644
(file)
--- a/
sys-power/bbswitch/bbswitch-0.8.ebuild
+++ b/
sys-power/bbswitch/bbswitch-0.8.ebuild
@@
-30,6
+30,7
@@
pkg_setup() {
}
src_prepare() {
+ # Fix build failure, bug #513542
sed -i 's/^KDIR.*$/KDIR\ \:= \/usr\/src\/linux/g' Makefile || die
}