summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-12-06 22:28:14 +0000
committerThomas Martitz <kugel@rockbox.org>2010-12-06 22:28:14 +0000
commit7a9fd0baae1ea39fadb982841b34313db06825c8 (patch)
tree8151379d419b2fed6497401aeca4193852824ab1 /firmware
parent2c2416094f426972c9e2e96d25058311bbe82f97 (diff)
Fix configure and lib path
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28753 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/rbpaths.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/rbpaths.h b/firmware/export/rbpaths.h
index 6c5d769ed8..a15c5aeedd 100644
--- a/firmware/export/rbpaths.h
+++ b/firmware/export/rbpaths.h
@@ -59,8 +59,8 @@
#define paths_init()
#else /* application */
-#define PLUGIN_DIR ROCKBOX_LIBRARY_PATH "/rocks"
-#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/codecs"
+#define PLUGIN_DIR ROCKBOX_LIBRARY_PATH "/rockbox/rocks"
+#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs"
#define REC_BASE_DIR ROCKBOX_DIR "/"
#define PLAYLIST_CATALOG_DEFAULT_DIR ROCKBOX_DIR "/Playlists"