8195db7101
Copy from devel:tools:scm/git based on submit request 35104 from user tiwai OBS-URL: https://build.opensuse.org/request/show/35104 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=40
16 lines
491 B
Diff
16 lines
491 B
Diff
---
|
|
git_remote_helpers/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/git_remote_helpers/Makefile
|
|
+++ b/git_remote_helpers/Makefile
|
|
@@ -25,7 +25,7 @@
|
|
$(QUIET)$(PYTHON_PATH) $(pysetupfile) $(QUIETSETUP) build
|
|
|
|
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)"
|