freesect-0.8: Setup.hs
import Distribution.Simple
import System(getArgs)
main = do (a:_) <- getArgs
putStr $ if a == "build" then "\n ** Please see 000-readme in the distro tarball for usage. **\n\n" else ""
defaultMain
import Distribution.Simple
import System(getArgs)
main = do (a:_) <- getArgs
putStr $ if a == "build" then "\n ** Please see 000-readme in the distro tarball for usage. **\n\n" else ""
defaultMain