commit ae0bacf17d7d3a63d2c6f45a66d8f3d53b5a41a0
Author: Arkadiusz MiĆkiewicz <[email protected]>
Date: Thu Jan 30 22:42:09 2014 +0100
Make sure readable file is uploaded.
dropin | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/dropin b/dropin
index 8fd2e3e..c744840 100755
--- a/dropin
+++ b/dropin
@@ -1,3 +1,4 @@
#!/bin/sh
echo Uploading $*
-scp -B "$@" [email protected]:
+chmod 644 "$@"
+scp -Bp "$@" [email protected]:
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/ae0bacf17d7d3a63d2c6f45a66d8f3d53b5a41a0
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit