Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -r99a56ec30f1ca4f401e744766bde4f6fac291752 -r066258b65a1c41afe3828c92d2606d2642505d72 --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 99a56ec30f1ca4f401e744766bde4f6fac291752) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 066258b65a1c41afe3828c92d2606d2642505d72) @@ -33,15 +33,15 @@ const char *USB_File_System = "vfat"; // SD-CARD -#ifdef BUILD_FOR_POKY +#ifdef BUILD_FOR_TARGET const char *SDCard_Base_Path_Name = "/media/sd-card/"; #else // should not be in the project application folder. [not tracking by git] const char *SDCard_Base_Path_Name = "/home/denali/Desktop/sd-card/"; #endif // Settings -#ifdef BUILD_FOR_POKY +#ifdef BUILD_FOR_TARGET const char *Settings_Path_Name = "/home/root/.config/"; #else // should be in the project application folder. [is tracking by git]