From: rhatto Date: Fri, 20 Oct 2006 23:45:21 +0000 (+0000) Subject: silc-client update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e689c9a969cf48ca37e0c0653752145c154c6d10;p=slackbuilds.git silc-client update git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@487 370017ae-e619-0410-ac65-c121f96126d4 --- diff --git a/silc/silc-client.build b/silc/silc-client.build index 6192ce9e..6d48d00e 100755 --- a/silc/silc-client.build +++ b/silc/silc-client.build @@ -110,10 +110,14 @@ EOF mkdir -p /usr/doc/$PACKAGE-$VERSION -for file in BSD CHANGES COPYING CREDITS GPL INSTALL README README.CVS README.MACOSX README.WIN32 TODO;do +for file in BSD CHANGES COPYING CREDITS GPL INSTALL README README.CVS README.MACOSX README.WIN32 TODO; do cp $CWD/$file* /usr/doc/$PACKAGE-$VERSION/ done +# TODO: one should check in the source how to make that stop to being copied to the root folder +rm /draft-riikonen* +rm /COPYING /CHANGES /CREDITS /README /INSTALL /TODO + if [ "$CLEANUP" == "yes" ]; then rm -rf $TMP fi