aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-08-14 14:56:59 +0300
committerValentin Popov <info@valentineus.link>2017-08-14 14:56:59 +0300
commit096c4eb3b3e711a49f9d09b6e4f6f267de8f570c (patch)
tree41e62a979d3e4dba155ed22ac65f44f55a3d79e5
parent5a6c4e224c889c7593507588a74962fecdcf59f3 (diff)
downloadauth_http-096c4eb3b3e711a49f9d09b6e4f6f267de8f570c.tar.xz
auth_http-096c4eb3b3e711a49f9d09b6e4f6f267de8f570c.zip
Fixed package build script.
-rw-r--r--build.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index e8d3595..f5bce79 100644
--- a/build.sh
+++ b/build.sh
@@ -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 \ No newline at end of file