diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-02-21 10:12:04 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 11:38:39 +0700 |
commit | 3205e6593af36a466e9286e090f5d38d83a60c86 (patch) | |
tree | 52802786095fc2afb79e51ad42abea3a5751d209 /system/lbench/lbench.SlackBuild | |
parent | 9649fa39fdef11eca67b0dbc625a6dc351fb37e5 (diff) | |
download | slackbuilds-3205e6593af36a466e9286e090f5d38d83a60c86.tar.gz |
system/lbench: Updated for version 2.6.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'system/lbench/lbench.SlackBuild')
-rw-r--r-- | system/lbench/lbench.SlackBuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/system/lbench/lbench.SlackBuild b/system/lbench/lbench.SlackBuild index f22df8f20a..803d7f6ab7 100644 --- a/system/lbench/lbench.SlackBuild +++ b/system/lbench/lbench.SlackBuild @@ -22,11 +22,11 @@ # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -# Revision date 2013/03/25 +# +# Maintained by David Spencer <baildon.research@googlemail.com> PRGNAM=lbench -VERSION=${VERSION:-2.0} +VERSION=${VERSION:-2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,10 +67,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.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 makefile to not "install" the .desktop file # and accept LIBS variable |