Browse Source

system/thefuck: Add patch for python 3.12 compat.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/260/head
Andrew Clemons 11 months ago
committed by Willy Sudiarto Raharjo
parent
commit
a6c12663ed
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. BIN
      system/thefuck/0420442e778dd7bc53bdbdb50278eea2c207dc74.patch.gz
  2. 3
      system/thefuck/thefuck.SlackBuild

BIN
system/thefuck/0420442e778dd7bc53bdbdb50278eea2c207dc74.patch.gz

3
system/thefuck/thefuck.SlackBuild

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=thefuck
VERSION=${VERSION:-3.32}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -55,6 +55,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
zcat $CWD/0420442e778dd7bc53bdbdb50278eea2c207dc74.patch | patch -p1
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

Loading…
Cancel
Save