Skip to content

Commit

Permalink
git.spec.in: remove python_path
Browse files Browse the repository at this point in the history
We do not depend on python nor customize scripts for it anymore.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 12, 2007
1 parent 50b3555 commit c49d3c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions git.spec.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Pass --without docs to rpmbuild if you don't want the documentation

%define python_path /usr/bin/python

Name: git
Version: @@VERSION@@
Release: 1%{?dist}
Expand Down Expand Up @@ -98,7 +96,6 @@ rm -rf $RPM_BUILD_ROOT
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \
prefix=%{_prefix} mandir=%{_mandir} \
ETC_GITCONFIG=/etc/gitconfig \
PYTHON_PATH=%{python_path} \
INSTALLDIRS=vendor install %{!?_without_docs: install-doc}
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
Expand Down

0 comments on commit c49d3c8

Please sign in to comment.