Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2009-12-10 03:43:57 +0300
committerstarkos <none@none>2009-12-10 03:43:57 +0300
commit21d56a33473b3cdc322f61f5d6650f485fc56c72 (patch)
tree21c51f05207530d38c688a99f8ec1c29e82758db /scripts
parent94d6d2169d59f2a27cb65fef6da5798f1eff62ce (diff)
Fixed a bug in release script
Diffstat (limited to 'scripts')
-rw-r--r--scripts/release.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.lua b/scripts/release.lua
index 8af5e7b..c128981 100644
--- a/scripts/release.lua
+++ b/scripts/release.lua
@@ -190,7 +190,7 @@ function dorelease()
fname = string.format("%s-windows.zip", workdir)
exec("zip -9 %s premake4.exe", fname)
else
- fname = string.format("%s-%s.tar.gz", os.get())
+ fname = string.format("%s-%s.tar.gz", workdir, os.get())
exec("tar czvf %s premake4", fname)
end