* luci/libs: change default scheme directory to /lib/uci/schema/ in uvl
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 19 Aug 2008 17:19:32 +0000 (17:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 19 Aug 2008 17:19:32 +0000 (17:19 +0000)
libs/uvl/luasrc/uvl.lua

index 361cfc4..292a3ba 100644 (file)
@@ -51,7 +51,7 @@ STRICT_EXTERNAL_VALIDATORS = true
 STRICT_LIST_TYPE           = true
 
 
-local default_schemedir = "/etc/scheme"
+local default_schemedir = "/lib/uci/schema"
 
 local function _assert( condition, fmt, ... )
        if not condition then