forked from len0rd/rockbox
Use /tmp for temporary directories instead of /home/bjst
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14631 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7094512bde
commit
6b5da8cdf2
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# this is where this script will store downloaded files and check for already
|
||||
# downloaded files
|
||||
dlwhere="$HOME/tmp"
|
||||
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="$HOME/build-rbdev"
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue