diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-13 22:32:11 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-20 14:08:08 -0500 |
commit | 9848f9752706f7cc20372b4c9031f6c93a494596 (patch) | |
tree | 0b78bf257b06c7f5b00cab6b6d07a7cd4680e2fc /desktop/icewm/icewm.SlackBuild | |
parent | 55bef0caaa1690389483115232e1959f05720692 (diff) | |
download | slackbuilds-9848f9752706f7cc20372b4c9031f6c93a494596.tar.gz |
desktop/icewm: Updated copyright year and misc cleanup.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/icewm/icewm.SlackBuild')
-rw-r--r-- | desktop/icewm/icewm.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/icewm/icewm.SlackBuild b/desktop/icewm/icewm.SlackBuild index 37a3350ac1..2bba47abd6 100644 --- a/desktop/icewm/icewm.SlackBuild +++ b/desktop/icewm/icewm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for icewm -# Copyright 2006,2007,2008,2009,2010 Robby Workman Northport, Alabama, USA +# Copyright 2006-2011 Robby Workman Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -89,8 +89,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \ + grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true # Add man page mkdir -p $PKG/usr/man/man1 |