[MLton-commit] r7284
Wesley Terpstra
wesley at mlton.org
Sat Oct 17 11:12:23 PDT 2009
Wrong directory to heap-size script.
----------------------------------------------------------------------
U mlton/trunk/package/debian/rules
----------------------------------------------------------------------
Modified: mlton/trunk/package/debian/rules
===================================================================
--- mlton/trunk/package/debian/rules 2009-10-17 17:42:53 UTC (rev 7283)
+++ mlton/trunk/package/debian/rules 2009-10-17 18:12:18 UTC (rev 7284)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
VERSION := $(shell dpkg-parsechangelog | grep Version | cut -d" " -f2)
-HEAPSIZE := $(shell . rules/heap-size)
+HEAPSIZE := $(shell . debian/heap-size)
CP = cp -fpR
configure: configure-stamp
More information about the MLton-commit
mailing list