diff options
-rw-r--r-- | rcc-recode.c | 2 | ||||
-rwxr-xr-x | release | 2 |
2 files changed, 3 insertions, 1 deletions
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 <csa@dside.dyndns.org> + Copyright (C) 2005-2018 Suren A. Chilingaryan <csa@suren.me> 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 @@ -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 |