From bf4d13a754613f7a23087324085f65d2b9106362 Mon Sep 17 00:00:00 2001 From: Konstantin Vlasov Date: Tue, 20 Oct 2015 18:49:09 +0300 Subject: [PATCH] Fixed make rule --- git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.spec b/git.spec index 25dfeaf..23b7517 100644 --- a/git.spec +++ b/git.spec @@ -294,7 +294,7 @@ perl -pi -e 's!^(GITWEB_CSS|GITWEB_LOGO|GITWEB_FAVICON) = !$1 = /gitweb/!' Makef %build # same flags and prefix must be passed for make test too %define git_make_params prefix=%{_prefix} gitexecdir=%{_libdir}/git-core CFLAGS="%{optflags}" GITWEB_CONFIG=%{_sysconfdir}/gitweb.conf DOCBOOK_XSL_172=1 -%make %{git_make_params} all doc gitweb/gitweb.cgi +%make %{git_make_params} all doc gitweb # Produce RelNotes.txt.gz # sed trick changes "-x.y.z.txt" to "-x.y.z.0.txt" for ordering, then undoes it