summaryrefslogtreecommitdiffstats
path: root/libraries/SDL_gfx/SDL_gfx.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2016-01-29 09:34:08 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-02-05 07:02:33 +0700
commit06e46fd9b1bd5fdc91b31dd86de17407df044005 (patch)
tree90ebabd687d8b4cde9b293e03e74f2093b39d129 /libraries/SDL_gfx/SDL_gfx.SlackBuild
parenta7b1cc4c38f81e639031825d4ec1cbf6a8fad9fd (diff)
downloadslackbuilds-06e46fd9b1bd5fdc91b31dd86de17407df044005.tar.gz
slackbuilds-06e46fd9b1bd5fdc91b31dd86de17407df044005.tar.xz
libraries/SDL_gfx: New maintainer.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'libraries/SDL_gfx/SDL_gfx.SlackBuild')
-rw-r--r--libraries/SDL_gfx/SDL_gfx.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/libraries/SDL_gfx/SDL_gfx.SlackBuild b/libraries/SDL_gfx/SDL_gfx.SlackBuild
index 81d616cccd..5169398417 100644
--- a/libraries/SDL_gfx/SDL_gfx.SlackBuild
+++ b/libraries/SDL_gfx/SDL_gfx.SlackBuild
@@ -1,6 +1,9 @@
#!/bin/sh
# Slackware build script for: SDL_gfx
+
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2007-2011 Michiel van Wessem, Leicester, United Kingdom
# All rights reserved.
#
@@ -69,10 +72,10 @@ tar -xzvf $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 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \