summaryrefslogtreecommitdiff
path: root/academic/free42/free42.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/free42/free42.SlackBuild')
-rw-r--r--academic/free42/free42.SlackBuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/academic/free42/free42.SlackBuild b/academic/free42/free42.SlackBuild
index c3438b4917..9cae2c4dc5 100644
--- a/academic/free42/free42.SlackBuild
+++ b/academic/free42/free42.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=free42
-VERSION=${VERSION:-1.4.74}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.4.77}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -63,7 +63,11 @@ rm -rf $PRGNAM
tar xvf $CWD/$PRGNAM.tgz
cd $PRGNAM
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+find -L . \
+ \( -perm 777 -o -perm 775 -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 {} \;
cd gtk
# Add X11 library to Makefile