summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index da412b98b1..05b208ce51 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -207,7 +207,7 @@ build() {
207 case $toolname in 207 case $toolname in
208 ctng) # ct-ng doesnt support out-of-tree build and the src folder is named differently 208 ctng) # ct-ng doesnt support out-of-tree build and the src folder is named differently
209 toolname="crosstool-ng" 209 toolname="crosstool-ng"
210 cp -r ../$toolname-$version/{*,.version} . 210 cp -r ../$toolname-$version/* ../$toolname-$version/.version .
211 ./configure --prefix=$prefix $configure_params 211 ./configure --prefix=$prefix $configure_params
212 ;; 212 ;;
213 *) 213 *)