fix the output name

pull/1/head
Yang Tse 17 years ago
parent c64329b7b1
commit a5b66d3293
  1. 2
      maketgz

@ -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`;

Loading…
Cancel
Save