reverted DISTDIR to nsis-$VERSION as it's the name of the folder in the zip file

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4072 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-06-17 18:39:42 +00:00
parent 6377026505
commit d14855c840

View file

@ -85,7 +85,7 @@ Help(opts.GenerateHelpText(defenv))
####### Functions ###
######################################################################
defenv['DISTDIR'] = Dir('#.dist')
defenv['DISTDIR'] = defenv.Dir('#nsis-$VERSION')
def Distribute(dir, files):
if defenv.has_key('PREFIX') and defenv['PREFIX']: