[sr-dev] git:master:6d6cf473: lib/srdb1: updated path to root folder in Makefile for db schema

Daniel-Constantin Mierla miconda at gmail.com
Wed Dec 7 15:40:25 CET 2016


Module: kamailio
Branch: master
Commit: 6d6cf4736bb0e087dae6a0f8aca11c27706338ff
URL: https://github.com/kamailio/kamailio/commit/6d6cf4736bb0e087dae6a0f8aca11c27706338ff

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-12-07T15:39:45+01:00

lib/srdb1: updated path to root folder in Makefile for db schema

---

Modified: src/lib/srdb1/schema/Makefile

---

Diff:  https://github.com/kamailio/kamailio/commit/6d6cf4736bb0e087dae6a0f8aca11c27706338ff.diff
Patch: https://github.com/kamailio/kamailio/commit/6d6cf4736bb0e087dae6a0f8aca11c27706338ff.patch

---

diff --git a/src/lib/srdb1/schema/Makefile b/src/lib/srdb1/schema/Makefile
index a3ea594..b26e95c 100644
--- a/src/lib/srdb1/schema/Makefile
+++ b/src/lib/srdb1/schema/Makefile
@@ -5,7 +5,7 @@
 # Kamailio database descriptions for modules
 TABLES := $(patsubst kamailio-%.xml,%,$(wildcard kamailio-*.xml))
 
-ROOT=../../../
+ROOT=../../../../
 STYLESHEETS=$(ROOT)/doc/stylesheets/dbschema_k/xsl
 SCHEME=$(ROOT)/utils/kamctl/
 




More information about the sr-dev mailing list