Skip to content

Commit

Permalink
Fixed package build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
valentineus committed Aug 14, 2017
1 parent 5a6c4e2 commit 096c4eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
export PATH="$PATH:/usr/local/scripts"

# Build the package
zip -9 -r auth-http.zip ./ -x ".git*" -x ".travis.yml" -x "build.sh"
cd ..
zip -9 -r auth-http.zip auth-http \
-x "auth-http/.git*" \
-x "auth-http/.travis.yml" \
-x "auth-http/build.sh"

# End of work
exit 0

0 comments on commit 096c4eb

Please sign in to comment.