Changeset 367 for veekun/trunk/script/create_downloads.pl
- Timestamp:
- 11/03/07 20:39:56 (13 months ago)
- Files:
-
- 1 modified
-
veekun/trunk/script/create_downloads.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/script/create_downloads.pl
r250 r367 104 104 tarball berries => 'root/dex-images/items/big', '*-berry.png'; 105 105 106 tarball cries => 'root/files/cries', '*.mp3'; 106 107 107 108 # functions ahoy … … 147 148 sub tarball { 148 149 my ($outfile, $path, @files) = @_; 149 my $outpath = File::Spec->rel2abs("$basepath/root/files/sprites/$outfile.tgz"); 150 my $subfolder = 'sprites'; 151 if ($outfile eq 'cries') { 152 # Hack 153 $subfolder = 'cries'; 154 } 155 my $outpath = File::Spec->rel2abs("$basepath/root/files/$subfolder/$outfile.tgz"); 150 156 151 157 if (-e $outpath) {
