diff options
Diffstat (limited to 'www/bkmrkconv/files/patch-aa')
-rw-r--r-- | www/bkmrkconv/files/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/bkmrkconv/files/patch-aa b/www/bkmrkconv/files/patch-aa new file mode 100644 index 0000000..66cde59 --- /dev/null +++ b/www/bkmrkconv/files/patch-aa @@ -0,0 +1,16 @@ +--- bkmrkconv.pl Thu Mar 23 09:22:20 2000 ++++ bkmrkconv.pl.new Thu Mar 23 09:25:54 2000 +@@ -70,9 +70,10 @@ + + chomp(my $oldcwd = `pwd`); + chdir $outputDir; +-my $rootpage = &readFile("src/rootpage.html"); +-my $linkspage = &readFile("src/linkspage.html"); +-my $contentspage = &readFile("src/contentspage.html") if ($doContents); ++my $shareDir = '/usr/local/share/bkmrkconv'; ++my $rootpage = &readFile("$shareDir/src/rootpage.html"); ++my $linkspage = &readFile("$shareDir/src/linkspage.html"); ++my $contentspage = &readFile("$shareDir/src/contentspage.html") if ($doContents); + chdir $oldcwd; + + my %root; |