diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-30 00:32:28 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-30 00:32:28 +0100 |
| commit | c90f1af0f07f2829cada7f984f822376206a45e9 (patch) | |
| tree | d3be7267a0e98dfbf8eb202be12a134f4d3b3889 /clean.sh | |
| parent | 9cd593b95dfc4b08bc0653ce129f0751510ac23a (diff) | |
Update clean.sh
Diffstat (limited to 'clean.sh')
| -rwxr-xr-x | clean.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |