diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/rockboxdev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 323ea9b..da412b9 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -273,7 +273,7 @@ build_ctng() { cat "$dlwhere/ct-ng-config" | sed -e "s,\(CT_PREFIX_DIR=\).*,\1$prefix," > $ctng_config cd $builddir/build-$ctng_target - #~ $ctng "build" + $ctng "build" # install extras if test -e "$dlwhere/$extra"; then |