# HG changeset patch # User Christopher Rogers # Date 1318807291 0 # Node ID ee036385c59aa91fb9c99517160368bd60504eb3 # Parent ef5ca15dbd285be9dc7aa8e536483ac25cd21ae7 Up: paramiko to 1.7.7.1. diff -r ef5ca15dbd28 -r ee036385c59a paramiko/receipt --- a/paramiko/receipt Sun Oct 16 23:20:24 2011 +0000 +++ b/paramiko/receipt Sun Oct 16 23:21:31 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="paramiko" -VERSION="1.7.6" +VERSION="1.7.7.1" CATEGORY="development" SHORT_DESC="module for python that implements the SSH2 protocol." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,7 +14,7 @@ compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.