mirror of
https://github.com/curl/curl.git
synced 2026-06-17 07:05:37 +03:00
fix the output name
This commit is contained in:
parent
f209a4804b
commit
0f5f91df0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue