summaryrefslogtreecommitdiffstats
path: root/development/omake/omake.SlackBuild
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2015-02-04 16:03:41 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-07 15:21:06 +0700
commite22767cac1431856d5dc47f012ffff73f2d3a7fc (patch)
treefb37541a0d78f318fddbf70673e16df56cf7af12 /development/omake/omake.SlackBuild
parenta5bdeab3ebbfa87928486d020a89aa73f8c3c583 (diff)
downloadslackbuilds-e22767cac1431856d5dc47f012ffff73f2d3a7fc.tar.gz
slackbuilds-e22767cac1431856d5dc47f012ffff73f2d3a7fc.tar.xz
development/omake: Maintainer info update + minor fixes
Diffstat (limited to 'development/omake/omake.SlackBuild')
-rw-r--r--development/omake/omake.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/development/omake/omake.SlackBuild b/development/omake/omake.SlackBuild
index 8ec7fd161c..32931e5db7 100644
--- a/development/omake/omake.SlackBuild
+++ b/development/omake/omake.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for omake
-# Copyright 2012, mario <mario@slackverse.org>
+# Copyright 2012, 2015 Mario Preksavec, Zagreb, HR
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -66,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -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 {} \;
# Fix things for newer OCaml
patch -p1 <$CWD/omake-warn-error.diff