From 7a9fd0baae1ea39fadb982841b34313db06825c8 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 6 Dec 2010 22:28:14 +0000 Subject: Fix configure and lib path git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28753 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/rbpaths.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') 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" -- cgit v1.2.3