diff options
author | Simon Lipp <simon.lipp@scilab.org> | 2008-07-02 15:51:15 +0000 |
---|---|---|
committer | Simon Lipp <simon.lipp@scilab.org> | 2008-07-02 15:51:15 +0000 |
commit | 47758b747f926d474a21daecad2875b2d3432f51 (patch) | |
tree | e3c21b4bbb588d9328ef434947b1f20f5acb6386 /atoms_cc | |
parent | 5eb3b7be703c115510aa6b3b5c80cdc9593dbf39 (diff) | |
download | scilab-47758b747f926d474a21daecad2875b2d3432f51.zip scilab-47758b747f926d474a21daecad2875b2d3432f51.tar.gz |
atoms_cc/buildtoolbox.sce: also include loader.sce in generated archive
Diffstat (limited to 'atoms_cc')
-rwxr-xr-x | atoms_cc/buildtoolbox.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atoms_cc/buildtoolbox.pl b/atoms_cc/buildtoolbox.pl index 0923845..5f4ed97 100755 --- a/atoms_cc/buildtoolbox.pl +++ b/atoms_cc/buildtoolbox.pl | |||
@@ -570,7 +570,7 @@ sub stage_pack { | |||
570 | common_enter_stage("pack"); | 570 | common_enter_stage("pack"); |
571 | 571 | ||
572 | my @files = qw(readme.txt license.txt changelog.txt DESCRIPTION-FUNCTIONS | 572 | my @files = qw(readme.txt license.txt changelog.txt DESCRIPTION-FUNCTIONS |
573 | DESCRIPTION macros src help sci_gateway demos tests locales includes); | 573 | DESCRIPTION macros src help sci_gateway demos tests locales includes loader.sce); |
574 | push(@files, "etc/$TOOLBOXNAME.start"); | 574 | push(@files, "etc/$TOOLBOXNAME.start"); |
575 | push(@files, "etc/$TOOLBOXNAME.quit"); | 575 | push(@files, "etc/$TOOLBOXNAME.quit"); |
576 | my $files_str = join(" ", map { "$TOOLBOXNAME/$_" } @files); | 576 | my $files_str = join(" ", map { "$TOOLBOXNAME/$_" } @files); |