view build_packages.m @ 3317:819e316a7977

mk-dist: Don't use $SHELL in case it is anything other than bash. * mk-dist: Don't call $SHELL ../makeinst-script.sh. Just call script and let #! mechanism sort out the correct shell.
author Rik <rik@octave.org>
date Tue, 12 Nov 2013 14:44:14 -0800
parents e3944cf36a54
children 730fe4ac1a29
line wrap: on
line source

more ("off");
echo ("on");
pkg install -global -auto general-1.3.2.tar.gz
pkg install -global -auto miscellaneous-1.2.0.tar.gz
pkg install -global -auto struct-1.0.10.tar.gz
pkg install -global -auto optim-1.2.2a.tar.gz
pkg install -global -auto specfun-1.1.0.tar.gz
pkg install -global -auto control-2.4.1.tar.gz
pkg install -global -auto signal-1.2.0.tar.gz
pkg install -global -auto communications-1.1.1a.tar.gz
pkg install -global -auto image-2.0.0.tar.gz
pkg install -global -auto io-1.2.0.tar.gz
pkg install -global -auto statistics-1.1.3.tar.gz