diff --git a/packages/network/libproxy/install b/packages/network/libproxy/install index d4bf2d7205..86413197ed 100755 --- a/packages/network/libproxy/install +++ b/packages/network/libproxy/install @@ -13,4 +13,5 @@ cp -PR $BUILD/$1*/src/lib/.libs/*.so* $INSTALL/usr/lib mkdir -p $INSTALL/$PLUGIN_DIR cp -PR $BUILD/$1*/src/plugins/.libs/*.so $INSTALL/$PLUGIN_DIR -cp -PR $BUILD/$1*/test.d $INSTALL \ No newline at end of file +mkdir -p $INSTALL/test.libproxy +cp -PR $BUILD/$1*/test.d/*test* $INSTALL/test.libproxy diff --git a/packages/python/net/Coherence/url b/packages/python/net/Coherence/url index 564414c83e..0393e74169 100644 --- a/packages/python/net/Coherence/url +++ b/packages/python/net/Coherence/url @@ -1 +1 @@ -http://coherence.beebits.net/download/Coherence-0.6.0.tar.gz +http://coherence.beebits.net/download/Coherence-0.6.2.tar.gz