exclude the .dot files
This commit is contained in:
parent
8e41256ae5
commit
1ed34b7270
6
build.sh
6
build.sh
@ -203,7 +203,7 @@ echo "===================================================================="
|
||||
echo ""
|
||||
cd ${RELEASE_DIR}/A
|
||||
rm -f ${RELEASE_DIR}/archie-${ARCHIE_VER}-${SYSTYPE}-${SOLMACHINE}-A.tgz
|
||||
tar cfvz ${RELEASE_DIR}/archie-${ARCHIE_VER}-${SYSTYPE}-${SOLMACHINE}-A.tgz .
|
||||
tar --exculde=".*" cfvz ${RELEASE_DIR}/archie-${ARCHIE_VER}-${SYSTYPE}-${SOLMACHINE}-A.tgz .
|
||||
cd ${WORLD_ROOT}
|
||||
|
||||
echo ""
|
||||
@ -213,7 +213,7 @@ echo "===================================================================="
|
||||
echo ""
|
||||
cd ${RELEASE_DIR}/B
|
||||
rm -f ${RELEASE_DIR}/archie-${ARCHIE_VER}-${SYSTYPE}-${SOLMACHINE}-B.tgz
|
||||
tar cfvz ${RELEASE_DIR}/archie-${ARCHIE_VER}-${SYSTYPE}-${SOLMACHINE}-B.tgz .
|
||||
tar --exculde=".*" cfvz ${RELEASE_DIR}/archie-${ARCHIE_VER}-${SYSTYPE}-${SOLMACHINE}-B.tgz .
|
||||
cd ${WORLD_ROOT}
|
||||
|
||||
echo ""
|
||||
@ -223,7 +223,7 @@ echo "===================================================================="
|
||||
echo ""
|
||||
cd ${RELEASE_DIR}/base
|
||||
rm -f ${RELEASE_DIR}/archie-${ARCHIE_VER}-${SYSTYPE}-${SOLMACHINE}-base.tgz
|
||||
tar cfvz ${RELEASE_DIR}/archie-${ARCHIE_VER}-${SYSTYPE}-${SOLMACHINE}-base.tgz .
|
||||
tar --exculde=".*" cfvz ${RELEASE_DIR}/archie-${ARCHIE_VER}-${SYSTYPE}-${SOLMACHINE}-base.tgz .
|
||||
cd ${WORLD_ROOT}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user