slackbuilds_ponce/haskell/haskell-platform/honour_libdir.diff
Christoph Willing 2979588139 haskell/haskell-platform: Use proper libdir in packaging
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-09-22 11:40:54 -05:00

10 lines
454 B
Diff

--- scripts/build.sh.orig 2012-05-28 04:26:48.000000000 +1000
+++ scripts/build.sh 2012-09-20 11:12:27.131353968 +1000
@@ -86,6 +86,7 @@
fi
tell ./Setup configure --package-db="../../${PACKAGE_DB}" --prefix="${prefix}" \
+ --libdir=${libdir} --libsubdir=$PKG \
--with-compiler=${GHC} --with-hc-pkg=${GHC_PKG} --with-hsc2hs=${HSC2HS} \
${HAPPY_FLAG1} ${HAPPY_FLAG2} ${ALEX_FLAG} \
${CABAL_INSTALL_FLAG} ${CABAL_PROFILING_FLAG} \