diff options
Diffstat (limited to 'libraries/SDL_gfx')
-rw-r--r-- | libraries/SDL_gfx/SDL_gfx.SlackBuild | 11 | ||||
-rw-r--r-- | libraries/SDL_gfx/SDL_gfx.info | 4 |
2 files changed, 9 insertions, 6 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" \ diff --git a/libraries/SDL_gfx/SDL_gfx.info b/libraries/SDL_gfx/SDL_gfx.info index 6ffcd685c2..51054e2616 100644 --- a/libraries/SDL_gfx/SDL_gfx.info +++ b/libraries/SDL_gfx/SDL_gfx.info @@ -6,5 +6,5 @@ MD5SUM="ea24ed4b82ff1304809c363494fa8e16" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Michiel van Wessem" -EMAIL="michiel@slackbuilds.org" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryan.q@linux.com" |