2010-03-19 09:38:33 +01:00
|
|
|
---
|
2013-03-14 15:20:23 +01:00
|
|
|
Makefile | 2 +-
|
|
|
|
git_remote_helpers/Makefile | 2 +-
|
|
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
2010-03-19 09:38:33 +01:00
|
|
|
|
2010-09-27 16:02:12 +02:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2013-03-14 15:20:23 +01:00
|
|
|
@@ -1797,7 +1797,7 @@ $(patsubst %.py,%,$(SCRIPT_PYTHON)): GIT-CFLAGS GIT-PREFIX GIT-PYTHON-VARS
|
2010-09-27 16:02:12 +02:00
|
|
|
$(patsubst %.py,%,$(SCRIPT_PYTHON)): % : %.py
|
|
|
|
$(QUIET_GEN)$(RM) $@ $@+ && \
|
|
|
|
INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C git_remote_helpers -s \
|
|
|
|
- --no-print-directory prefix='$(prefix_SQ)' DESTDIR='$(DESTDIR_SQ)' \
|
|
|
|
+ --no-print-directory prefix='$(prefix_SQ)' DESTDIR=\
|
|
|
|
instlibdir` && \
|
|
|
|
sed -e '1s|#!.*python|#!$(PYTHON_PATH_SQ)|' \
|
|
|
|
-e 's|\(os\.getenv("GITPYTHONLIB"\)[^)]*)|\1,"@@INSTLIBDIR@@")|' \
|
2013-03-14 15:20:23 +01:00
|
|
|
--- a/git_remote_helpers/Makefile
|
|
|
|
+++ b/git_remote_helpers/Makefile
|
|
|
|
@@ -35,7 +35,7 @@ all: $(pysetupfile)
|
|
|
|
$(QUIET)echo "$(py_version)" >GIT-PYTHON-VERSION
|
|
|
|
|
|
|
|
install: $(pysetupfile)
|
|
|
|
- $(PYTHON_PATH) $(pysetupfile) install --prefix $(DESTDIR_SQ)$(prefix)
|
|
|
|
+ $(PYTHON_PATH) $(pysetupfile) install --prefix $(prefix) --root $(DESTDIR_SQ)
|
|
|
|
|
|
|
|
instlibdir: $(pysetupfile)
|
|
|
|
@echo "$(DESTDIR_SQ)$(prefix)/$(PYLIBDIR)"
|