diff options
Diffstat (limited to 'gis/python3-xarray/python3-xarray.SlackBuild')
| -rw-r--r-- | gis/python3-xarray/python3-xarray.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gis/python3-xarray/python3-xarray.SlackBuild b/gis/python3-xarray/python3-xarray.SlackBuild index 290c5906a8..0d3adb2a05 100644 --- a/gis/python3-xarray/python3-xarray.SlackBuild +++ b/gis/python3-xarray/python3-xarray.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-xarray -VERSION=${VERSION:-2023.10.1} +VERSION=${VERSION:-2023.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,8 +77,8 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ - -perm /111 -o \! -perm 755 -o -exec chmod 755 {} + -o \ - \! -perm /111 -o \! -perm 644 -o -exec chmod 644 {} + + -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} + export PYTHONPATH=/opt/python3.9/site-packages/ |
