diff options
Diffstat (limited to 'kregexpeditor/qt-only/clean')
-rwxr-xr-x | kregexpeditor/qt-only/clean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/qt-only/clean b/kregexpeditor/qt-only/clean index c594401..4fa6772 100755 --- a/kregexpeditor/qt-only/clean +++ b/kregexpeditor/qt-only/clean @@ -5,7 +5,7 @@ rm -rf manual rm -rf predefined rm -rf icons rm unistd.h -tqfind -lname \* -maxdepth 1 | xargs rm +find -lname \* -maxdepth 1 | xargs rm rm tqmoc_* rm images.h rm gen_* |