From 12508fdd46f0e5131fb35a46a847ab814220cd8b Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Wed, 12 Oct 2011 01:44:32 +0000 Subject: twisted: missed a python2.7 reference in the install file. --- abs/extra/community/twisted/PKGBUILD | 2 +- abs/extra/community/twisted/twisted.install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abs/extra/community/twisted/PKGBUILD b/abs/extra/community/twisted/PKGBUILD index c197c57..13fca6b 100644 --- a/abs/extra/community/twisted/PKGBUILD +++ b/abs/extra/community/twisted/PKGBUILD @@ -5,7 +5,7 @@ pkgname=twisted pkgver=10.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Asynchronous networking framework written in Python." arch=('i686' 'x86_64') url="http://twistedmatrix.com/" diff --git a/abs/extra/community/twisted/twisted.install b/abs/extra/community/twisted/twisted.install index 8e93ffd..62a2cc5 100644 --- a/abs/extra/community/twisted/twisted.install +++ b/abs/extra/community/twisted/twisted.install @@ -7,5 +7,5 @@ post_upgrade() { } post_remove() { - find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f + find /usr/lib/python2.6/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f } -- cgit v0.12