summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-29 08:36:14 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-29 09:17:59 -0400
commit969722a388879b0d3fbd7938817a7450aa35f165 (patch)
treee1208f3ae20e30fa88e6c0f3301743174f32670d /x11-themes/fvwm-themes
parentmedia-libs/dssi: eapply_user -> default (diff)
downloadgentoo-969722a388879b0d3fbd7938817a7450aa35f165.tar.gz
gentoo-969722a388879b0d3fbd7938817a7450aa35f165.tar.bz2
gentoo-969722a388879b0d3fbd7938817a7450aa35f165.zip
x11-themes/fvwm-themes: add mv call for configure.in to fix QA warnings
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-themes/fvwm-themes')
-rw-r--r--x11-themes/fvwm-themes/fvwm-themes-0.7.0-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
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 b7767ef8add7..45ae2d79b317 100644
--- 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
}