gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: script installation pat


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: script installation path directive
Date: Thu, 28 Dec 2017 12:39:17 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new b630970  script installation path directive
b630970 is described below

commit b630970b2417ba84184febb92d4a12d762c9a237
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Dec 28 12:38:55 2017 +0100

    script installation path directive
---
 Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index bc94a1c..efa1f63 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,10 +102,12 @@ check:
 # install into prefix
 install-exec-hook:
        @pip3 install . @DEBIAN_PIP3_SYSTEM@ \
-         --target="${PYTHONPATH_APPEND}"
+         --target="${PYTHONPATH_APPEND}" \
+         --install-option="address@hidden@/bin"
        @# force update when sources changed
        @pip3 install . --target="${PYTHONPATH_APPEND}" \
-         @DEBIAN_PIP3_SYSTEM@ --upgrade --no-deps
+         @DEBIAN_PIP3_SYSTEM@ --upgrade --no-deps \
+         --install-option="address@hidden@/bin"
 
 pylint:
        @pylint --load-plugins pylint_django talerbank/

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]