summaryrefslogtreecommitdiffstats
path: root/agl-basefiles/include/aglpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'agl-basefiles/include/aglpath.h')
-rw-r--r--agl-basefiles/include/aglpath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/agl-basefiles/include/aglpath.h b/agl-basefiles/include/aglpath.h
index de32991..0f51753 100644
--- a/agl-basefiles/include/aglpath.h
+++ b/agl-basefiles/include/aglpath.h
@@ -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/"