Cross Reference: globallyInstallGhcPgk.sh
xref
: /
hets
/
utils
/
globallyInstallGhcPgk.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
globallyInstallGhcPgk.sh revision 18037639234b34b33de4460fc70424c2ff24ce84
#!/
bin
/
bash
prog
=$
1
installdir
=$
2
if
[ -n
"
$installdir
"
];
then
$prog
configure
-p -O --
prefix
=
$installdir
$prog
build
$prog
haddock
$prog
install
else
echo
"usage: $0 setup-prog prefix"
fi