From: Bernhard Urban Date: Sun, 5 Dec 2010 16:46:48 +0000 (+0100) Subject: happy :) X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=archlinuxppc.git;a=commitdiff_plain;h=cc2b36d9071080464f32533b9233e013affdf7f9 happy :) --- diff --git a/happy/PKGBUILD b/happy/PKGBUILD index d537f8a..7bcbf7e 100644 --- a/happy/PKGBUILD +++ b/happy/PKGBUILD @@ -18,9 +18,10 @@ source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$p build() { cd $startdir/src/${pkgname}-${pkgver} - runhaskell Setup.lhs configure --prefix=/usr || return 1 - runhaskell Setup.lhs build || return 1 - runhaskell Setup.lhs copy --destdir=$startdir/pkg || return 1 + ghc --make Setup.lhs + ./Setup configure --prefix=/usr || return 1 + ./Setup build || return 1 + ./Setup copy --destdir=$startdir/pkg || return 1 install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE }