Skip to content

Commit

Permalink
Update archive_pkg.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bigasmountain committed Mar 31, 2021
1 parent 1be1900 commit 8d7db53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/archive_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PKG="cmf_${VER}_pkg"
mv ${PKG} ${PKG}_${TAG}

export COPYFILE_DISABLE=1
tar czvf ${PKG}_${TAG}.tar.gz --exclude='.DS_Store' ${PKG}_${PKG}
tar czvf ${PKG}_${TAG}.tar.gz --exclude='.DS_Store' ${PKG}_${TAG}

mv ${PKG}_${TAG} ${PKG}

Expand Down

0 comments on commit 8d7db53

Please sign in to comment.