From f9746ef8f103294310f47cdabce8862dedc774d7 Mon Sep 17 00:00:00 2001 From: NicJA Date: Mon, 1 May 2017 23:22:02 +0000 Subject: [PATCH] fix the dir's used to build/install git git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@54635 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- development/scm/git/mmakefile.src | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/development/scm/git/mmakefile.src b/development/scm/git/mmakefile.src index 7142cb543..ac4ef3576 100644 --- a/development/scm/git/mmakefile.src +++ b/development/scm/git/mmakefile.src @@ -16,6 +16,9 @@ GIT_CONFIG_ENV := \ ac_cv_fread_reads_directories="no" \ ac_cv_snprintf_returns_bogus="no" \ $(GIT_ENV) +GIT_INSTALL_ENV := \ + DESTDIR_SQ="$(AROSDIR)" \ + $(GIT_ENV) GIT_OPTIONS := \ --without-tcltk \ @@ -56,8 +59,8 @@ NOAWRN_FLAGS := $(NOWARN_IMPLICIT_FUNCTION_DECLARATION) USER_CFLAGS := $(NOAWRN_FLAGS) %build_with_configure mmake=contrib-development-git compiler=target \ - srcdir=$(GIT_PORTDIR)/$(GIT_ARCHDIR) prefix="$(GIT_DESTDIR)" aros_prefix=$(GIT_NATIVEDIR) gnuflags=no nix=yes \ - config_env_extra="$(GIT_CONFIG_ENV)" install_env="$(GIT_ENV)" extraoptions="$(GIT_OPTIONS)" + srcdir=$(GIT_PORTDIR)/$(GIT_ARCHDIR) prefix="$(GIT_NATIVEDIR)" gnuflags=no nix=yes \ + config_env_extra="$(GIT_CONFIG_ENV)" install_env="$(GIT_INSTALL_ENV)" extraoptions="$(GIT_OPTIONS)" #MM contrib-development-git-gendirs: -- 2.11.4.GIT