summaryrefslogtreecommitdiff
path: root/scripts
authorschurig <schurig>2003-06-06 14:42:22 (UTC)
committer schurig <schurig>2003-06-06 14:42:22 (UTC)
commit923ca7f364bbbece39bcc99d2e5e6a5716bd835b (patch) (unidiff)
tree6f6c820e132d796bc6404c3d8bba2d1062384cc3 /scripts
parent802e9457b1bc158c61849755215fe2a5bad6231d (diff)
downloadopie-923ca7f364bbbece39bcc99d2e5e6a5716bd835b.zip
opie-923ca7f364bbbece39bcc99d2e5e6a5716bd835b.tar.gz
opie-923ca7f364bbbece39bcc99d2e5e6a5716bd835b.tar.bz2
don't pack CVS directories into IPKs
Diffstat (limited to 'scripts') (more/less context) (ignore whitespace changes)
-rwxr-xr-xscripts/mkipkg3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mkipkg b/scripts/mkipkg
index 9c5e184..43bd3a3 100755
--- a/scripts/mkipkg
+++ b/scripts/mkipkg
@@ -351,6 +351,9 @@ else
351 ( cd $tempDir && substAndStripFiles "$ipkgFileList" $filesubst ) 351 ( cd $tempDir && substAndStripFiles "$ipkgFileList" $filesubst )
352fi 352fi
353 353
354# removing CVS directories
355find $tempDir -name CVS -a -type d -print0 | xargs -0 rm -rf
356
354path="`echo "$PATH" | sed -e "s/\:/ /g"`" 357path="`echo "$PATH" | sed -e "s/\:/ /g"`"
355if [ -z "$mkfsjffs2" ]; then 358if [ -z "$mkfsjffs2" ]; then
356 for i in $path; do 359 for i in $path; do