From bc1a7695f33ff8a3c5420f32e0789fce6081feb7 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 7 Oct 2003 11:53:40 +0000 Subject: Added a link to the perl build dir tk-zinc- to ease debian packaging (no version number in the dirname). --- Perl/export2cpan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Perl/export2cpan') diff --git a/Perl/export2cpan b/Perl/export2cpan index 41a8280..ca058f3 100755 --- a/Perl/export2cpan +++ b/Perl/export2cpan @@ -113,7 +113,7 @@ if (-d "$EXPORT_DIR/$VERSION_DIR") { system("rm -rf $EXPORT_DIR/$VERSION_DIR"); } mkdir("$EXPORT_DIR/$VERSION_DIR"); - +system("ln -s $EXPORT_DIR/$VERSION_DIR $EXPORT_DIR/$ZINC_PREFIX"); my @files=('t', 'Zinc.xs', 'trace', 'demos', 'README', 'Zinc', 'ZincTrace'); foreach my $f (@files) { -- cgit v1.1