diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-01-30 14:26:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-31 06:58:35 +0700 |
commit | e4b4b2398085c4b908cba165a4ba37384d867619 (patch) | |
tree | b71ce00788d60871ee49d4d1e993714ed6d122f0 /audio/xwax | |
parent | e362851d41b7080fd5222c1225b8ce7c2f7ce4ef (diff) |
audio/xwax: copyright year + cleanup
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/xwax')
-rw-r--r-- | audio/xwax/xwax.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/xwax/xwax.SlackBuild b/audio/xwax/xwax.SlackBuild index 373b5faec6d8..31f6aa09f5b0 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 <marc@mos6581.de> +# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de> # 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 |