From c90f1af0f07f2829cada7f984f822376206a45e9 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 30 Nov 2008 00:32:28 +0100 Subject: Update clean.sh --- clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clean.sh') diff --git a/clean.sh b/clean.sh index 009d44c..5d2bc93 100755 --- a/clean.sh +++ b/clean.sh @@ -16,7 +16,7 @@ find ./ \( -type f -name install_manifest.txt -print , -type f -name cmake_insta find ./ -name \*.in -print | while read r; do rm -f ${r/\.in/}; done # remove compiled binaries -find src -name tuxanci-\* -print | xargs -i rm {} -f +find src -name {tuxanci,tuxanci-server} -print | xargs -i rm {} -f # remove compiled gettext files find ./ -name \*.gmo -print | xargs -i rm {} -f -- cgit v1.2.3