diff options
Diffstat (limited to 'python/python3-automat/python3-automat.SlackBuild')
-rw-r--r-- | python/python3-automat/python3-automat.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-automat/python3-automat.SlackBuild b/python/python3-automat/python3-automat.SlackBuild index 5f2a7c887a..cb88118c7c 100644 --- a/python/python3-automat/python3-automat.SlackBuild +++ b/python/python3-automat/python3-automat.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-automat SRCNAM=Automat VERSION=${VERSION:-20.2.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -75,6 +75,7 @@ cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION +cat $CWD/optional_m2r.diff | patch -p1 chown -R root:root . find -L . \ |