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

Rémy Oudompheng remy at archlinux.org
Sat Oct 12 07:36:44 UTC 2013


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: 1182 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/arch-haskell/attachments/20131012/e374c577/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cabal2arch.patch
Type: application/octet-stream
Size: 2639 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/arch-haskell/attachments/20131012/e374c577/attachment-0001.obj>


More information about the arch-haskell mailing list