summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--agl-basefiles/include/aglpath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/agl-basefiles/include/aglpath.h b/agl-basefiles/include/aglpath.h
index 0f51753..aaa71af 100644
--- a/agl-basefiles/include/aglpath.h
+++ b/agl-basefiles/include/aglpath.h
@@ -29,11 +29,11 @@
#define PF_ROOT "/"
#define PF_VAR PF_ROOT"var/"
-#define PF_NV PF_VAR"local/lib/nv/"
+#define PF_NV PF_VAR"local/lib/basesystem/nv/"
#define PF_TMP PF_ROOT"tmp/"
#define PF_USR PF_ROOT"usr/"
#define PF_MNT PF_ROOT"mnt/"
-#define PF_RAMD PF_ROOT"ramd/"
+#define PF_RAMD PF_VAR"local/lib/basesystem/ramd/"
#define PF_ENVPARAM PF_ROOT"env_param/"
#define PF_NVSYSTEM PF_ROOT"nv_system/"