# HG changeset patch # User Pascal Bellard # Date 1376514092 0 # Node ID 5c4ed10b36e42ff37bb14dd9d5cd0fc31f9950d6 # Parent 1ae5963f23dfa7be768ad138ca2ef5a60df2d0d0 libtdb: no more tdb.mk diff -r 1ae5963f23df -r 5c4ed10b36e4 libtdb/receipt --- a/libtdb/receipt Wed Aug 14 18:02:00 2013 +0000 +++ b/libtdb/receipt Wed Aug 14 21:01:32 2013 +0000 @@ -20,7 +20,7 @@ sed -i 's#python2\.6\([^ ]*\)#python2.7\1 python2.6\1#' configure # Use system docbook.xsl _manstyle="/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl" - sed -i "s#http.*xsl#$_manstyle#" tdb.mk + #sed -i "s#http.*xsl#$_manstyle#" tdb.mk ./configure && make && make install } @@ -28,6 +28,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/local/lib/*.so* $fs/usr/lib + cp -a $install/usr/local/lib/*.so* $fs/usr/lib }