forked from len0rd/rockbox
Remove bash-specific syntax from rockboxdev.sh
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31422 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4539ffe1f3
commit
2ec443df12
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ build() {
|
||||||
case $toolname in
|
case $toolname in
|
||||||
ctng) # ct-ng doesnt support out-of-tree build and the src folder is named differently
|
ctng) # ct-ng doesnt support out-of-tree build and the src folder is named differently
|
||||||
toolname="crosstool-ng"
|
toolname="crosstool-ng"
|
||||||
cp -r ../$toolname-$version/{*,.version} .
|
cp -r ../$toolname-$version/* ../$toolname-$version/.version .
|
||||||
./configure --prefix=$prefix $configure_params
|
./configure --prefix=$prefix $configure_params
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue