Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not install in /usr/lib/<pkgname> (confusing for many library
bindings) but under /usr/lib/ghc-*/site-local.
  • Loading branch information
Rémy Oudompheng committed Dec 25, 2010
1 parent a04f5d0 commit 1196d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Distribution/ArchLinux/CabalTranslation.hs
Expand Up @@ -205,7 +205,8 @@ stubPackageLibrary _ = emptyPkgBuild {
"http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz" "http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
, arch_build = , arch_build =
[ "cd ${srcdir}/${_hkgname}-${pkgver}" [ "cd ${srcdir}/${_hkgname}-${pkgver}"
, "runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} -O --enable-split-objs --enable-shared" , "runhaskell Setup configure -O --enable-split-objs --enable-shared \\"
, " --prefix=/usr --docdir=/usr/share/doc/${pkgname} --libsubdir=\\$compiler/site-local/\\$pkgid"
, "runhaskell Setup build" , "runhaskell Setup build"
, "runhaskell Setup haddock" , "runhaskell Setup haddock"
, "runhaskell Setup register --gen-script" , "runhaskell Setup register --gen-script"
Expand Down

0 comments on commit 1196d65

Please sign in to comment.