Fixed source for old versions of documentation
[exim-website.git] / script / gen.pl
index 82ab22440136ed48791b1c5454fec24e2469ffed..92cff58a7fb86c9b3220b73a2109c2825bde52b6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 #
 use strict;
 use warnings;
@@ -27,7 +27,7 @@ do_web() if exists $opt{web};
 ## Add the exim-html-current symlink
 print "Symlinking exim-html-current to exim-html-$opt{latest}\n";
 unlink("$opt{docroot}/exim-html-current") if ( -l "$opt{docroot}/exim-html-current" );
-symlink( "$opt{docroot}/exim-html-$opt{latest}", "$opt{docroot}/exim-html-current" )
+symlink( "exim-html-$opt{latest}", "$opt{docroot}/exim-html-current" )
   || die "symlink to $opt{docroot}/exim-html-current failed";
 
 ## Generate the website files