0b0f99b18e
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
10 lines
231 B
Bash
Executable file
10 lines
231 B
Bash
Executable file
#!/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
|