diff options
Diffstat (limited to 'Perl')
-rw-r--r-- | Perl/CPANising-tkzinc.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Perl/CPANising-tkzinc.pl b/Perl/CPANising-tkzinc.pl index f92f926..10e13d4 100644 --- a/Perl/CPANising-tkzinc.pl +++ b/Perl/CPANising-tkzinc.pl @@ -6,7 +6,7 @@ # this version must be the same than those in the CVS repository # in CVS the tag has the following form: cpan_n_mmm -my $version = 3.294; +my $version = "3.29401"; chdir ('/tmp'); @@ -16,7 +16,7 @@ $cvstag =~ s/\./_/ ; my $dirname = "tk-zinc-$version"; -system ("rm -rf $dirname"); +system ("rm -rf $dirname $dirname.tar.gz"); my $command = "cvs -d :ext:liszt.pii.ath.cena.fr:/pii/repository export -r $cvstag -d $dirname Tkzinc"; print "cvs: $command\n"; @@ -37,7 +37,8 @@ system ('cp -p debian/changelog Changes'); system ('rm -rf sandbox debian redhat CPANising-tkzinc.pl'); ## the following tcl-needed (or python-needed) dirs are deleted: -system ('rm -rf demos library tclconfig tests Python'); +system ('rm -rf demos library tests'); +## warning: we still need the following directory: .../tclconfig .../Python # removing the .cvsignore files |