[MLton-commit] r7384
    Wesley Terpstra 
    wesley at mlton.org
       
    Fri Dec 11 18:09:52 PST 2009
    
    
  
Exclude the right directory
----------------------------------------------------------------------
U   mlton/trunk/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile	2009-12-12 02:03:38 UTC (rev 7383)
+++ mlton/trunk/Makefile	2009-12-12 02:09:51 UTC (rev 7384)
@@ -411,7 +411,7 @@
 .PHONY: release
 release: version
 	tar cvzf ../mlton-$(VERSION).tar.gz \
-		--exclude .svn --exclude packaging \
+		--exclude .svn --exclude package \
 		--transform "s@^@mlton-$(VERSION)/@" \
 		*
 
    
    
More information about the MLton-commit
mailing list