From: <cod...@go...> - 2008-10-19 20:36:33
|
Author: wol...@gm... Date: Sun Oct 19 13:32:25 2008 New Revision: 339 Modified: trunk/hoc/Bindings/make-bindings-macos.sh Log: change to correct directory Modified: trunk/hoc/Bindings/make-bindings-macos.sh ============================================================================== --- trunk/hoc/Bindings/make-bindings-macos.sh (original) +++ trunk/hoc/Bindings/make-bindings-macos.sh Sun Oct 19 13:32:25 2008 @@ -1,6 +1,6 @@ function build() { - pushd $1 + pushd HOC-$1 runhaskell Setup.hs configure $ARGUMENTS runhaskell Setup.hs build runhaskell Setup.hs install |