From 08a09917cd852ea258a40aef5a52c5292208bc4d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 26 Aug 2018 16:16:52 -0300 Subject: [PATCH] python-Twisted: fix absolute paths in INSTALL/REMOVE scripts --- srcpkgs/python-Twisted/REMOVE | 2 +- srcpkgs/python-Twisted/python3-Twisted.REMOVE | 2 +- srcpkgs/python-Twisted/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-Twisted/REMOVE b/srcpkgs/python-Twisted/REMOVE index 560ebcf40e8..0ffe8186a94 100644 --- a/srcpkgs/python-Twisted/REMOVE +++ b/srcpkgs/python-Twisted/REMOVE @@ -1,5 +1,5 @@ case ${ACTION} in purge) - find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f + find usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f ;; esac diff --git a/srcpkgs/python-Twisted/python3-Twisted.REMOVE b/srcpkgs/python-Twisted/python3-Twisted.REMOVE index 2952b307eae..ec8608bc5f8 100644 --- a/srcpkgs/python-Twisted/python3-Twisted.REMOVE +++ b/srcpkgs/python-Twisted/python3-Twisted.REMOVE @@ -1,5 +1,5 @@ case ${ACTION} in purge) - find /usr/lib/python3.*/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f + find usr/lib/python3.*/site-packages/twisted/plugins -name dropin.cache | xargs -r rm -f ;; esac diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template index 98bc2233660..b12d496dd1d 100644 --- a/srcpkgs/python-Twisted/template +++ b/srcpkgs/python-Twisted/template @@ -1,7 +1,7 @@ # Template file for 'python-Twisted' pkgname=python-Twisted version=18.7.0 -revision=1 +revision=2 wrksrc="Twisted-${version}" build_style=python-module pycompile_module="twisted"