summaryrefslogtreecommitdiff
path: root/distribution/makedist.py
diff options
context:
space:
mode:
Diffstat (limited to 'distribution/makedist.py')
-rwxr-xr-xdistribution/makedist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/makedist.py b/distribution/makedist.py
index bc98e64792b..d8847eff165 100755
--- a/distribution/makedist.py
+++ b/distribution/makedist.py
@@ -684,7 +684,7 @@ print "Cleaning up...",
sys.stdout.flush()
remove(srcDir)
remove(winSrcDir)
-#remove(demoDir)
+remove(demoDir)
remove(winDemoDir)
remove(demoscriptDir)
remove(winDemoscriptDir)