Fix path in aglpath.h
[staging/basesystem.git] / agl-basefiles / include / aglpath.h
index 0f51753..aaa71af 100644 (file)
 
 #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/"