From 923ca7f364bbbece39bcc99d2e5e6a5716bd835b Mon Sep 17 00:00:00 2001 From: schurig Date: Fri, 06 Jun 2003 14:42:22 +0000 Subject: don't pack CVS directories into IPKs --- (limited to 'scripts') diff --git a/scripts/mkipkg b/scripts/mkipkg index 9c5e184..43bd3a3 100755 --- a/scripts/mkipkg +++ b/scripts/mkipkg @@ -351,6 +351,9 @@ else ( cd $tempDir && substAndStripFiles "$ipkgFileList" $filesubst ) fi +# removing CVS directories +find $tempDir -name CVS -a -type d -print0 | xargs -0 rm -rf + path="`echo "$PATH" | sed -e "s/\:/ /g"`" if [ -z "$mkfsjffs2" ]; then for i in $path; do -- cgit v0.9.0.2