> The RPM is broken. The /usr/local/bin/mlton has root set to .../sweeks/... > instead of /usr/local/lib/mlton. Sorry, a one character change to src/Makefile should fix it. The sed line in the install target should be sed "/^root=/s;'.*';'$(TLIB)';" <mlton >$(TBIN)/mlton && \ not sed "/^root=/s;'.*';'$(LIB)';" <mlton >$(TBIN)/mlton && \ I will remake.