fix for #167
[koha_fer] / misc / buildrelease
index 0881f4d..eaa0ad4 100644 (file)
@@ -75,7 +75,7 @@ kohatmpldir=$kohatmpldir
 # which VERSION are we building ?
 #----------------------------------------------------------
 print "\n\nGuessing at next release version.  You may need to enter your SourceForge password...\n";
-open (CVSLOG, "cvs log buildrelease|");
+open (CVSLOG, "cvs log misc/buildrelease|");
 my $symbolicnamessection=0;
 my $symbolicnames;
 my $highestversion;