]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - makefile
Version bump to 0.0.3 just for the fixed openrc init.
[dead/htsn.git] / makefile
index 2fb6a0379991140d546cdc282bec5203dc099b0a..b31b678e624d2c6397c62af401620751edeb9206 100644 (file)
--- a/makefile
+++ b/makefile
@@ -34,7 +34,7 @@ test: $(BIN) $(TESTSUITE_BIN)
        runghc Setup.hs test
 
 dist:
-       runghc Setup.hs configure --prefix=
+       runghc Setup.hs configure --prefix=/
        runghc Setup.hs sdist
 
 hlint: