[arch-haskell] [PATCH] Adapt to recent style changes for PKGBUILDs

Rémy Oudompheng remy at archlinux.org
Mon Oct 11 07:23:22 EDT 2010


This patch modifies cabal2arch to adapt to recent changes in makepkg :
* the "|| return 1" are not needed, the build function exits
automatically when encountering errors
* the build() function is now split into the build() function and the
package() function, such that build() never touches $pkgdir.

-- 
Rémy.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: archlinux.patch
Type: application/octet-stream
Size: 1181 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/arch-haskell/attachments/20101011/e374c577/archlinux.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cabal2arch.patch
Type: application/octet-stream
Size: 2638 bytes
Desc: not available
Url : http://www.haskell.org/pipermail/arch-haskell/attachments/20101011/e374c577/cabal2arch.obj


More information about the arch-haskell mailing list