gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: fix path in g-g-p-s-c


From: gnunet
Subject: [gnunet] branch master updated: fix path in g-g-p-s-c
Date: Mon, 25 Nov 2019 23:46:02 +0100

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3ee28382b fix path in g-g-p-s-c
3ee28382b is described below

commit 3ee28382b24f77f23eac03f594b424c611a7bda8
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 25 22:43:00 2019 +0000

    fix path in g-g-p-s-c
---
 src/gns/gnunet-gns-proxy-setup-ca.in | 33 +++++++++++++++++++++++++++++----
 1 file changed, 29 insertions(+), 4 deletions(-)

diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in 
b/src/gns/gnunet-gns-proxy-setup-ca.in
index e3f3f4852..7a79c7994 100644
--- a/src/gns/gnunet-gns-proxy-setup-ca.in
+++ b/src/gns/gnunet-gns-proxy-setup-ca.in
@@ -46,10 +46,35 @@
 # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
 # OF SUCH DAMAGE.
 
-. @pkgdatadir@/progname.sh
-. @pkgdatadir@/existence.sh
-. @pkgdatadir@/msg.sh
-. @pkgdatadir@/version_gnunet.sh
+dir=$(dirname "$0")
+
+if test -e @pkgdatadir@/progname.sh
+then
+    . @pkgdatadir@/progname.sh
+else
+    . $dir/../../contrib/build-common/sh/lib.sh/progname.sh
+fi
+
+if test -e @pkgdatadir@/existence.sh
+then
+    . @pkgdatadir@/existence.sh
+else
+    . $dir/../../contrib/build-common/sh/lib.sh/existence.sh
+fi
+
+if test -e @pkgdatadir@/msg.sh
+then
+    . @pkgdatadir@/msg.sh
+else
+    . $dir/../../contrib/build-common/sh/lib.sh/msg.sh
+fi
+
+if test -e @pkgdatadir@/version_gnunet.sh
+then
+    . @pkgdatadir@/version_gnunet.sh
+else
+    . $dir/../../contrib/build-common/sh/lib.sh/version_gnunet.sh
+fi
 
 # Whitespace normalization without depending on shell features:
 tab='   '

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



reply via email to

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