diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-03-22 21:50:47 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-03-22 21:50:47 +0100 |
commit | 04666f944ee97a3999ec09854f3c64edef2a3d41 (patch) | |
tree | 05260d2360104da801dbc86030d4da9a05b3df31 | |
parent | d60fa3735f6a0111c7e2cdbfb5a2c634d91212aa (diff) | |
download | blogc-04666f944ee97a3999ec09854f3c64edef2a3d41.tar.gz blogc-04666f944ee97a3999ec09854f3c64edef2a3d41.tar.bz2 blogc-04666f944ee97a3999ec09854f3c64edef2a3d41.zip |
github-lambda: fix for previous commit
-rw-r--r-- | .travis/targets/github-lambda.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/targets/github-lambda.sh b/.travis/targets/github-lambda.sh index b07fcb6..48bfe55 100644 --- a/.travis/targets/github-lambda.sh +++ b/.travis/targets/github-lambda.sh @@ -19,7 +19,7 @@ build() { PV="$(grep PACKAGE_VERSION build/config.h | cut -d\" -f2)" install -m 755 build/blogc build/root/blogc - install -m 644 src/blogc-github-lambda/lambda_function.py build/root/lambda_function.py + install -m 644 build/src/blogc-github-lambda/lambda_function.py build/root/lambda_function.py install -m 644 LICENSE build/root/LICENSE strip build/root/blogc |