network/proxychains: copyright year + cleanup

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Marcel Saegebarth 2015-01-30 14:50:59 +01:00 committed by Willy Sudiarto Raharjo
parent 9c25152b0f
commit d0b20012ec

View file

@ -1,9 +1,9 @@
#!/bin/sh
# SlackBuild script for "proxychains".
# Slackware build script for "proxychains".
# Copyright -2014 GPLeo <slackbuilds@gmail.com>
# 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
@ -83,7 +83,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install install-config DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
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
( cd $PKG/etc/ ; mv $PRGNAM.conf $PRGNAM.conf.new )