[MLton-commit] r7332

Wesley Terpstra wesley at mlton.org
Sun Nov 1 15:20:45 PST 2009


Put list files to top-level


----------------------------------------------------------------------

U   mlton/trunk/package/mingw/Makefile

----------------------------------------------------------------------

Modified: mlton/trunk/package/mingw/Makefile
===================================================================
--- mlton/trunk/package/mingw/Makefile	2009-11-01 23:18:30 UTC (rev 7331)
+++ mlton/trunk/package/mingw/Makefile	2009-11-01 23:20:35 UTC (rev 7332)
@@ -52,7 +52,7 @@
 	rm -rf staging.tmp
 	mkdir staging.tmp
 	cd staging.tmp; 7z x ../$<
-	cd staging.tmp; find . | sed 's@^\./@@' > $@.tmp
+	cd staging.tmp; find . | sed 's@^\./@@' > ../$@.tmp
 	rm -rf staging.tmp
 	cd staging; 7z x ../$<
 	mv $@.tmp $@




More information about the MLton-commit mailing list