[Debian-iot-packaging] [openzwave-controlpanel] 08/81: Relocate OZW config via symbolic link. Update make file to provide binary distribution.

Dara Adib daradib-guest at moszumanska.debian.org
Thu Dec 22 16:57:45 UTC 2016


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

daradib-guest pushed a commit to branch debian/master
in repository openzwave-controlpanel.

commit 45f6145e158f973f68f68fea305949a9b85b7e49
Author: glsatz at gmail.com <glsatz at gmail.com>
Date:   Sun Jun 19 06:31:16 2011 +0000

    Relocate OZW config via symbolic link. Update make file to provide binary
    distribution.
---
 Makefile  | 4 ++++
 ozwcp.cpp | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 75dde3f..acb0863 100644
--- a/Makefile
+++ b/Makefile
@@ -54,3 +54,7 @@ webserver.o: webserver.h ozwcp.h ../open-zwave/cpp/src/Options.h ../open-zwave/c
 
 ozwcp:	ozwcp.o webserver.o zwavelib.o
 	$(LD) -o $@ $(LDFLAGS) ozwcp.o webserver.o zwavelib.o $(LIBS)
+
+dist:	ozwcp
+	rm -f ozwcp.tar.gz
+	tar -c --exclude=".svn" -hvzf ozwcp.tar.gz ozwcp config/ cp.html cp.js openzwavetinyicon.png README
diff --git a/ozwcp.cpp b/ozwcp.cpp
index cf86241..dab7b71 100644
--- a/ozwcp.cpp
+++ b/ozwcp.cpp
@@ -589,7 +589,7 @@ int32 main(int32 argc, char* argv[])
       exit(1);
     }
 
-  Options::Create("../open-zwave/config/", "", "");
+  Options::Create("config/", "", "");
   Options::Get()->Lock();
 
   Manager::Create();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/openzwave-controlpanel.git



More information about the Debian-iot-packaging mailing list