do not put CVS files in the epk

This commit is contained in:
jani 2003-03-05 14:20:20 +00:00
parent 9ac27f9860
commit 9ef973cc4e
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ rm -Rf $EPK/*
xargs -n 2 ./copy < files
#copy ecos specific files
cp -R ecos/* $EPK
cd ecos && find . ! -path '*CVS*' -a -type f -exec cp --parents {} $EPK \;
#make epk
cd $EPK && tar czf lwip.epk *