aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-12-13 23:16:52 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-12-13 23:16:52 +0100
commit9b418369ff5ecfddf988285617e5d274fb7f0a4a (patch)
treea02b8707f92de285c898c458ca35b48f7fae75c9
parent6d54055f079a340edd865df1b2bddb05c6978b9f (diff)
downloadblogc-9b418369ff5ecfddf988285617e5d274fb7f0a4a.tar.gz
blogc-9b418369ff5ecfddf988285617e5d274fb7f0a4a.tar.bz2
blogc-9b418369ff5ecfddf988285617e5d274fb7f0a4a.zip
travis: yet another fix
-rwxr-xr-xbuild-aux/travis-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/travis-deploy.sh b/build-aux/travis-deploy.sh
index 54584e9..def5e9b 100755
--- a/build-aux/travis-deploy.sh
+++ b/build-aux/travis-deploy.sh
@@ -52,7 +52,7 @@ for f in "${FILES[@]}"; do
echo " * Processing file: $(basename ${f}):"
echo -n " Generating SHA512 checksum ... "
- pushd build > /dev/null
+ pushd "$(dirname ${f})" > /dev/null
sha512sum "$(basename ${f})" > "$(basename ${f}).sha512"
popd > /dev/null
echo "done"