oops, bug fix related to tcl package name extraction..
This commit is contained in:
parent
a7db907816
commit
06cf3c1583
1 changed files with 2 additions and 8 deletions
|
@ -383,10 +383,7 @@ testsuite_tools_Makefiles() { #
|
|||
# as a dependency. Also call the echo_message function.
|
||||
wrt_target "${this_script}" "$PREV"
|
||||
#
|
||||
case $name in
|
||||
tcl) wrt_unpack2 `grep "^tcl" $JHALFSDIR/my_packages` ;;
|
||||
*) wrt_unpack2 "$pkg_tarball" ;;
|
||||
esac
|
||||
wrt_unpack2 "$pkg_tarball"
|
||||
[[ "$OPTIMIZE" = "2" ]] && wrt_optimize "$name" && wrt_makeflags "$name"
|
||||
#
|
||||
wrt_run_as_chroot1 "${this_script}" "${file}"
|
||||
|
@ -438,10 +435,7 @@ bm_testsuite_tools_Makefiles() { #
|
|||
# as a dependency. Also call the echo_message function.
|
||||
wrt_target "${this_script}" "$PREV"
|
||||
#
|
||||
case $name in
|
||||
tcl) wrt_unpack3 `grep "^tcl" $JHALFSDIR/my_packages` ;;
|
||||
*) wrt_unpack3 "$pkg_tarball" ;;
|
||||
esac
|
||||
wrt_unpack3 "$pkg_tarball"
|
||||
[[ "$OPTIMIZE" = "2" ]] && wrt_optimize "$name" && wrt_makeflags "$name"
|
||||
#
|
||||
wrt_run_as_root2 "${this_script}" "${file}"
|
||||
|
|
Reference in a new issue