diff --git a/Stackage/ServerFiles.hs b/Stackage/ServerFiles.hs index 7b8a04e2..32663f5c 100644 --- a/Stackage/ServerFiles.hs +++ b/Stackage/ServerFiles.hs @@ -35,7 +35,7 @@ createHackageFile isInc hp ii ghcVer date hackageH tarballH = do , ".stackage" ] hPutStr tarballH $ concat - [ "#!/bin/bash -ex\n\ntar czfv " + [ "#!/bin/bash -ex\n\ncp ../build* .\ntar czfv " , stackageFP , " hackage desc" ]