]> git.pld-linux.org Git - packages/mc.git/commitdiff
missing autoheader invocation
authorJan Palus <atler@pld-linux.org>
Wed, 21 Apr 2021 17:32:06 +0000 (19:32 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 21 Apr 2021 17:32:06 +0000 (19:32 +0200)
mc.spec

diff --git a/mc.spec b/mc.spec
index e43f664d1da3a6598f845821d986ab9ce7340209..b4661b9519b45d3b37a0b689641c4b34b9842874 100644 (file)
--- a/mc.spec
+++ b/mc.spec
@@ -177,6 +177,7 @@ sed -E -i -e '1s,#!\s*/usr/bin/env\s+python2(\s|$),#!%{__python}\1,' -e '1s,#!\s
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 
 export X11_WWW="xdg-open"
This page took 0.035015 seconds and 4 git commands to generate.