diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-12-04 10:51:18 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-05 07:58:28 +0700 |
commit | 49f13a124f4d54929d52cb08b6c1c4629a880fd4 (patch) | |
tree | f1655de1a59ecf7fd3b7401321e8492ef248191f /misc/wcd/wcd.SlackBuild | |
parent | 9b07693999fc220023d0c4cc92b062ba1e4f1e78 (diff) | |
download | slackbuilds-49f13a124f4d54929d52cb08b6c1c4629a880fd4.tar.gz |
misc/wcd: Updated for version 5.3.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'misc/wcd/wcd.SlackBuild')
-rw-r--r-- | misc/wcd/wcd.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/wcd/wcd.SlackBuild b/misc/wcd/wcd.SlackBuild index ed463b4797..76b9a634b2 100644 --- a/misc/wcd/wcd.SlackBuild +++ b/misc/wcd/wcd.SlackBuild @@ -1,5 +1,4 @@ #!/bin/sh - # Slackware build script for wcd # Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com @@ -20,10 +19,10 @@ # You may have received a copy of the GNU General Public License along # with this program (most likely, a file named COPYING). If not, see -# <http://www.gnu.org/licenses/>. +# <https://www.gnu.org/licenses/>. PRGNAM=wcd -VERSION=${VERSION:-5.2.7} +VERSION=${VERSION:-5.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,9 +50,9 @@ cd $PRGNAM-$VERSION/src 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 \ + -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 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" |