From 7668b5731e9fb09225f06b3129a0af803ae4f029 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 11 Apr 2018 03:26:31 +0200 Subject: Fix e-mail in copyright statement --- rcc-recode.c | 2 +- release | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rcc-recode.c b/rcc-recode.c index ef5b867..2f04657 100644 --- a/rcc-recode.c +++ b/rcc-recode.c @@ -1,7 +1,7 @@ /* rcc_recode - command line interface to LibRCC - Copyright (C) 2005-2008 Suren A. Chilingaryan + Copyright (C) 2005-2018 Suren A. Chilingaryan This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published diff --git a/release b/release index b044844..9b6febe 100755 --- a/release +++ b/release @@ -41,6 +41,8 @@ cp -a * $RDIR/$rname rm -rf "{arch}" rm -rf `find . -name .arch-ids` # rm -rf `find . -name .deps` + find . -name "*~" -print0 | xargs -0 rm -rf + cd .. if [ -a $rname.tar.bz2 ]; then rm -f $rname.tar.bz2 -- cgit v1.2.1