diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-21 00:13:48 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-21 00:13:48 +0000 |
commit | 0f5f91df0bf2502f45261a7e9dd322123231d75d (patch) | |
tree | 16f5f4b25388c138f6d50de9923caa678a40e1d2 /ares/maketgz | |
parent | f209a4804b812970a82275216a2c448c5232906a (diff) |
fix the output name
Diffstat (limited to 'ares/maketgz')
-rwxr-xr-x | ares/maketgz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/maketgz b/ares/maketgz index 923365cf5..8e55ec946 100755 --- a/ares/maketgz +++ b/ares/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`; |