projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c301f
)
x11-themes/fvwm-themes: add mv call for configure.in to fix QA warnings
author
Aaron Bauman
<bman@gentoo.org>
Tue, 29 May 2018 12:36:14 +0000
(08:36 -0400)
committer
Aaron Bauman
<bman@gentoo.org>
Tue, 29 May 2018 13:17:59 +0000
(09:17 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
index b7767ef8add7eb9598c11f004a5a36ed9432f8c1..45ae2d79b317504f4e12d44e01f7979c64a52b55 100644
(file)
--- a/
x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
+++ b/
x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild
@@
-24,6
+24,7
@@
PATCHES=(
src_prepare() {
default
+ mv configure.in configure.ac || die "moving configure.in failed"
eautoreconf
}