mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
Pandora port: Fix rockbox share directory path (it has to end on /rockbox)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29990 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4cfb5da35b
commit
6c571361ff
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -3113,7 +3113,7 @@ fi
|
||||||
modelname="pandora"
|
modelname="pandora"
|
||||||
app_type="sdl-app"
|
app_type="sdl-app"
|
||||||
target="-DPANDORA"
|
target="-DPANDORA"
|
||||||
sharedir="rockbox/share"
|
sharedir="rockbox/share/rockbox"
|
||||||
bindir="rockbox/bin"
|
bindir="rockbox/bin"
|
||||||
libdir="rockbox/lib"
|
libdir="rockbox/lib"
|
||||||
memory=8
|
memory=8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue