summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-11-19 18:11:12 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-11-19 18:11:12 -0300
commitd2a2e597c873f4dfebfaf4a45ea008c89f6b1f86 (patch)
tree0e89ec6f8891183f94f459a6ab8e1a2c7f530a06
parenta59286f645d039bc300aaa48f707c390bd2acb49 (diff)
Fix typos
-rwxr-xr-xcopy-binaries.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/copy-binaries.sh b/copy-binaries.sh
index 3ada635..5b1e00d 100755
--- a/copy-binaries.sh
+++ b/copy-binaries.sh
@@ -38,14 +38,14 @@ cp /usr/lib/$ARCH/libssl.so.1.0.0 .
cp /usr/lib/$ARCH/libstdc++.so.6 .
# NOTE: this needs to be always the same root.json file
-cp $BASE/root.json
+cp $BASE/root.json .
mkdir openvpn.files
cd openvpn.files
cp $BASE/openvpn/src/openvpn/openvpn leap-openvpn
-cp $BASE/bundler.output/bitmask_client/pkg/linux/bitmask-root
-cp $BASE/bundler.output/bitmask_client/pkg/linux/leap-install-helper.sh
-cp $BASE/bundler.output/bitmask_client/pkg/linux/polkit/se.leap.bitmask.bundle.policy
+cp $BASE/bundler.output/bitmask_client/pkg/linux/bitmask-root .
+cp $BASE/bundler.output/bitmask_client/pkg/linux/leap-install-helper.sh .
+cp $BASE/bundler.output/bitmask_client/pkg/linux/polkit/se.leap.bitmask.bundle.policy .
chmod +x bitmask-root
chmod +x leap-install-helper.sh