]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- fix
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Dec 2006 00:07:40 +0000 (00:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    git-core-build.patch -> 1.1

git-core-build.patch [new file with mode: 0644]

diff --git a/git-core-build.patch b/git-core-build.patch
new file mode 100644 (file)
index 0000000..c547cef
--- /dev/null
@@ -0,0 +1,20 @@
+diff -urN git-1.4.4.3.org/Makefile git-1.4.4.3/Makefile
+--- git-1.4.4.3.org/Makefile   2006-12-20 21:11:12.000000000 +0100
++++ git-1.4.4.3/Makefile       2006-12-21 00:59:35.012100250 +0100
+@@ -772,6 +772,7 @@
+ perl/Makefile: perl/Git.pm perl/Makefile.PL GIT-CFLAGS
+       (cd perl && $(PERL_PATH) Makefile.PL \
++              INSTALLDIRS='$(INSTALLDIRS)' \
+               PREFIX='$(prefix_SQ)')
+ doc:
+@@ -836,7 +837,7 @@
+       $(INSTALL) $(ALL_PROGRAMS) '$(DESTDIR_SQ)$(gitexecdir_SQ)'
+       $(INSTALL) git$X gitk '$(DESTDIR_SQ)$(bindir_SQ)'
+       $(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
+-      $(MAKE) -C perl install
++      $(MAKE) -C perl install DESTDIR='$(DESTDIR_SQ)'
+       $(INSTALL) -d -m755 '$(DESTDIR_SQ)$(GIT_PYTHON_DIR_SQ)'
+       $(INSTALL) $(PYMODULES) '$(DESTDIR_SQ)$(GIT_PYTHON_DIR_SQ)'
+       if test 'z$(bindir_SQ)' != 'z$(gitexecdir_SQ)'; \
This page took 0.168649 seconds and 4 git commands to generate.