From e4b4b2398085c4b908cba165a4ba37384d867619 Mon Sep 17 00:00:00 2001 From: Marcel Saegebarth Date: Fri, 30 Jan 2015 14:26:50 +0100 Subject: audio/xwax: copyright year + cleanup Signed-off-by: Willy Sudiarto Raharjo --- audio/xwax/xwax.SlackBuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'audio') diff --git a/audio/xwax/xwax.SlackBuild b/audio/xwax/xwax.SlackBuild index 373b5faec6..31f6aa09f5 100644 --- a/audio/xwax/xwax.SlackBuild +++ b/audio/xwax/xwax.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# SlackBuild script for "xwax". +# Slackware build script for "xwax". -# Copyright 2014 Marcel Saegebarth +# Copyright 2014-2015 Marcel Saegebarth # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -65,15 +65,12 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find . \ +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 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -#sed -i 's#/share/man#/man#' Makefile -#sed -i 's#/share/doc#/doc#' Makefile - ./configure \ --enable-alsa \ --enable-jack -- cgit v1.2.3