~ubuntu-branches/ubuntu/dapper/perl-tk/dapper

« back to all changes in this revision

Viewing changes to mkppm.bat

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2006-01-16 16:54:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060116165402-1ppygm8hh8ahel2x
Tags: 1:804.027-2
* Incorporate changes from NMU (Thanks to Steve Kowalik.
  Closes: #348086)
* debian/control: Update Standards-Version (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
   {
10
10
    $tar = $1;
11
11
    last;
12
 
   } 
 
12
   }
13
13
 }
14
14
close(PPD);
15
15
if (defined $tar)
18
18
   {
19
19
    mkdir($1,0777);
20
20
   }
21
 
  $tar =~ s/\.gz$//; 
 
21
  $tar =~ s/\.gz$//;
22
22
  if (system("tar","cvf",$tar,'blib') == 0)
23
23
   {
24
24
    if (system("gzip","-9f",$tar) == 0)
25
25
     {
26
26
     }
27
 
   } 
 
27
   }
28
28
  else
29
29
   {
30
30
    die "Cannot tar $tar\n"
31
 
   }  
 
31
   }
32
32
 }
33
33
__END__
34
34
:endofperl