Commit 0f5f91df authored by Yang Tse's avatar Yang Tse
Browse files

fix the output name

parent f209a480
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ print "running configure\n";

# now make the actual tarball
print "running make dist\n";
`make dist`;
`make dist VERSION=$version`;

print "removing temporary configure.ac file\n";
`rm configure.ac.dist`;