[MLton-commit] r7341
    Wesley Terpstra 
    wesley at mlton.org
       
    Sun Nov  1 16:55:10 PST 2009
    
    
  
Get paths correct
----------------------------------------------------------------------
U   mlton/trunk/package/mingw/Makefile
----------------------------------------------------------------------
Modified: mlton/trunk/package/mingw/Makefile
===================================================================
--- mlton/trunk/package/mingw/Makefile	2009-11-02 00:51:08 UTC (rev 7340)
+++ mlton/trunk/package/mingw/Makefile	2009-11-02 00:55:09 UTC (rev 7341)
@@ -53,7 +53,7 @@
 	rm -rf staging.tmp
 	mkdir staging.tmp
 	cd staging.tmp; 7z x ../$<
-	cd staging.tmp; find . | sed 's@^\./@@' > ../$@.tmp
+	cd staging.tmp; find * -type f | sed 's@^\./@@' > ../$@.tmp
 	rm -rf staging.tmp
 	cd staging; 7z x ../$<
 	mv $@.tmp $@
    
    
More information about the MLton-commit
mailing list