]> git.pld-linux.org Git - packages/git-core.git/blame - git-core-build.patch
- converted to UTF-8
[packages/git-core.git] / git-core-build.patch
CommitLineData
da5dce5b
AM
1diff -urN git-1.4.4.3.org/Makefile git-1.4.4.3/Makefile
2--- git-1.4.4.3.org/Makefile 2006-12-20 21:11:12.000000000 +0100
3+++ git-1.4.4.3/Makefile 2006-12-21 00:59:35.012100250 +0100
4@@ -772,6 +772,7 @@
5
6 perl/Makefile: perl/Git.pm perl/Makefile.PL GIT-CFLAGS
7 (cd perl && $(PERL_PATH) Makefile.PL \
8+ INSTALLDIRS='$(INSTALLDIRS)' \
9 PREFIX='$(prefix_SQ)')
10
11 doc:
12@@ -836,7 +837,7 @@
13 $(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexecdir_SQ)'
14 $(INSTALL) git$X gitk '$(DESTDIR_SQ)$(bindir_SQ)'
15 $(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
16- $(MAKE) -C perl install
17+ $(MAKE) -C perl install DESTDIR='$(DESTDIR_SQ)'
18 $(INSTALL) -d -m755 '$(DESTDIR_SQ)$(GIT_PYTHON_DIR_SQ)'
19 $(INSTALL) $(PYMODULES) '$(DESTDIR_SQ)$(GIT_PYTHON_DIR_SQ)'
20 if test 'z$(bindir_SQ)' != 'z$(gitexecdir_SQ)'; \
This page took 0.073689 seconds and 4 git commands to generate.