Fix path to various non-standard directories
[staging/basesystem.git] / agl-basefiles / include / aglpath.h
index de32991..0f51753 100644 (file)
@@ -28,8 +28,8 @@
 /* Common path */
 
 #define PF_ROOT                        "/"
-#define PF_NV                  PF_ROOT"nv/"
 #define PF_VAR                 PF_ROOT"var/"
+#define PF_NV                  PF_VAR"local/lib/nv/"
 #define PF_TMP                 PF_ROOT"tmp/"
 #define PF_USR                 PF_ROOT"usr/"
 #define PF_MNT                 PF_ROOT"mnt/"