Skip to content

Commit

Permalink
remove some .DS_Store files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Mar 14, 2018
1 parent cabccf2 commit 70ba5bd
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 164 deletions.
3 changes: 2 additions & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" # Basename of the script
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)" # Absolute path of script
SCRIPT_FQN="${SCRIPT_DIR}/${SCRIPT_NAME}" # Full qualified script name

export COPYFILE_DISABLE=true
echo "SCRIPT_FQN=$SCRIPT_FQN"
echo "SCRIPT_DIR=$SCRIPT_DIR"

Expand All @@ -33,6 +33,7 @@ find . -type f \( ! -iname ".DS_Store" ! -iname ".oudbase.sha" ! -iname "*.log"
tar -zcvf ${SCRIPT_DIR}/oudbase_install.tgz \
--exclude=bin/oudbase_install.sh \
--exclude=log/*.log \
--exclude=.DS_Store \
bin/ doc/ etc/ log/ templates/
cat bin/oudbase_install.sh ${SCRIPT_DIR}/oudbase_install.tgz >${SCRIPT_DIR}/oudbase_install.sh
rm ${SCRIPT_DIR}/../local/doc/README.md
Expand Down
Loading

0 comments on commit 70ba5bd

Please sign in to comment.