1
0
Fork 0
forked from len0rd/rockbox

RaaA: Add Pandora specific packaging files needed for .pnd creation

Create a packaging/ directory which will get a
packaging/rpm/rockbox.spec file later on.

The rockbox.spec file can probably be shared
between f.e. Fedora and meego.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29520 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Jarosch 2011-03-05 17:25:52 +00:00
parent b27e5c4f7a
commit 0b0f99b18e
4 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/bin/sh
CONFIG_DIR=.config/rockbox.org
mkdir --parents $CONFIG_DIR
# Copy over a default config file or set default language
# cp --no-clobber config.cfg.default $CONFIG_DIR/config.cfg
export HOME=$(pwd)
./rockbox/bin/rockbox