diff options
| author | Marcoen Hirschberg <marcoen@gmail.com> | 2008-06-28 00:02:05 +0000 |
|---|---|---|
| committer | Marcoen Hirschberg <marcoen@gmail.com> | 2008-06-28 00:02:05 +0000 |
| commit | 3a3facb6bc1af71de53fceff4dfc159ef0ea450f (patch) | |
| tree | cc671df4cc3729d391cb7b8eb18383c9cc6c81cd /tools/rockboxdev.sh | |
| parent | b2ce7e2801b811ffe4a23f90ebd9cd4ca6155837 (diff) | |
| download | rockbox-3a3facb6bc1af71de53fceff4dfc159ef0ea450f.zip rockbox-3a3facb6bc1af71de53fceff4dfc159ef0ea450f.tar.gz rockbox-3a3facb6bc1af71de53fceff4dfc159ef0ea450f.tar.bz2 rockbox-3a3facb6bc1af71de53fceff4dfc159ef0ea450f.tar.xz | |
revert accidental commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17823 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/rockboxdev.sh')
| -rwxr-xr-x | tools/rockboxdev.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 77442c8..fd4982b 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -2,7 +2,7 @@ # this is where this script will store downloaded files and check for already # downloaded files -dlwhere="/usr/tmp/rbdev-dl" +dlwhere="/tmp/rbdev-dl" # will append the target string to the prefix dir mentioned here # Note that the user running this script must be able to do make install in @@ -12,7 +12,7 @@ prefix="/usr/local" # This directory is used to extract all files and to build everything in. It # must not exist before this script is invoked (as a security measure). -builddir="/usr/tmp/rbdev-build" +builddir="/tmp/rbdev-build" # This script needs to use GNU Make. On Linux systems, GNU Make is invoked # by running the "make" command, on most BSD systems, GNU Make is invoked |