kkofler pushed to git-cola (f20). "Also pass PYTHON to make install. (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 1 10:02:50 UTC 2015


>From 3ecdac39b1b1300d6f0b5c33a6ce76e94ef1e29e Mon Sep 17 00:00:00 2001
From: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date: Mon, 15 Dec 2014 04:11:42 +0100
Subject: Also pass PYTHON to make install.

(and make install-doc and make install-html, though those do not
currently use it)

diff --git a/git-cola.spec b/git-cola.spec
index 506306a..08e5964 100644
--- a/git-cola.spec
+++ b/git-cola.spec
@@ -54,9 +54,9 @@ make %{?_smp_mflags} PYTHON="%{__python}"
 make doc PYTHON="%{__python}" %{?sphinxbuild:SPHINXBUILD="%{sphinxbuild}"}
 
 %install
-make DESTDIR=%{buildroot} prefix=%{_prefix} install
-make DESTDIR=%{buildroot} prefix=%{_prefix} install-doc
-make DESTDIR=%{buildroot} prefix=%{_prefix} install-html
+make DESTDIR=%{buildroot} prefix=%{_prefix} PYTHON="%{__python}" install
+make DESTDIR=%{buildroot} prefix=%{_prefix} PYTHON="%{__python}" install-doc
+make DESTDIR=%{buildroot} prefix=%{_prefix} PYTHON="%{__python}" install-html
 
 %find_lang %{name}
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/git-cola.git/commit/?h=f20&id=3ecdac39b1b1300d6f0b5c33a6ce76e94ef1e29e


More information about the scm-commits mailing list