diff options
Diffstat (limited to 'office/CherryTree/CherryTree.SlackBuild')
-rw-r--r-- | office/CherryTree/CherryTree.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/office/CherryTree/CherryTree.SlackBuild b/office/CherryTree/CherryTree.SlackBuild index 8d220d1931..f5e0bf4b25 100644 --- a/office/CherryTree/CherryTree.SlackBuild +++ b/office/CherryTree/CherryTree.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=CherryTree SRCNAM=${PRGNAM,,} -VERSION=${VERSION:-0.36.6} +VERSION=${VERSION:-0.37.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,9 +68,9 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# fixed man page path +# fix man page path sed -i 's/share\/man/man/' setup.py python setup.py install --root=$PKG |