gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: make install: adjust to location in $


From: gnunet
Subject: [taler-www] branch master updated: make install: adjust to location in $HOME
Date: Sat, 14 Dec 2019 14:02:08 +0100

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

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 2408820  make install: adjust to location in $HOME
2408820 is described below

commit 2408820d267ca2a00c8e80d8f7e1143001a85318
Author: ng0 <address@hidden>
AuthorDate: Sat Dec 14 13:01:49 2019 +0000

    make install: adjust to location in $HOME
---
 GNUmakefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 003c88c..030f8e5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -70,11 +70,11 @@ run: all
 
 .PHONY: install
 install: all
-       $(mkdir) -p $(prefix)/share/taler-www
-       $(cp) -r rendered/* $(prefix)/share/taler-www
+       $(mkdir) -p $(prefix)/www.taler.net/
+       $(cp) -r rendered/* $(prefix)/www.taler.net/
 
 .PHONY: uninstall
-       $(rm) -rf $(prefix)/share/taler-www
+       $(rm) -rf $(prefix)/www.taler.net/
 
 .PHONY: clean
 clean:

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



reply via email to

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