updated fpc deb creation

git-svn-id: trunk@4405 -
This commit is contained in:
mattias 2003-07-13 14:12:55 +00:00
parent fe7ac9ce1f
commit e8c1622b10

View File

@ -36,9 +36,10 @@ echo "cleaning up (CVS, ppu, o) ..."
cd $TmpDir
make distclean
for Ext in ppu ppw ppl o ow rst cvsignore; do
for Ext in ppu ppw ppl o ow rst cvsignore bak; do
find . -name "*.$Ext" -exec rm -f {} \;
done
find . -name "*.~*" -exec rm -f {} \;
rm -f *.tar.gz
if [ -d CVS ]; then
# use xargs to remove directories (otherwise find returns strange things)