aboutsummaryrefslogtreecommitdiff
path: root/utils/inst
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-10-22 22:18:02 +0200
committerKarel Kočí <cynerd@email.cz>2017-10-22 22:18:02 +0200
commitb5d63999c82eb89c0bd671c2ae04b936b6ec714d (patch)
tree4f5a11ea1f35393a95d918f5f5812414e47353ab /utils/inst
parent97ccd8d036996684d1ba6acf56bda61c7e184090 (diff)
parent8cf55e56aeb59c076c26e3bd4636bbf82bb1eeb5 (diff)
downloadmyconfigs-b5d63999c82eb89c0bd671c2ae04b936b6ec714d.tar.gz
myconfigs-b5d63999c82eb89c0bd671c2ae04b936b6ec714d.tar.bz2
myconfigs-b5d63999c82eb89c0bd671c2ae04b936b6ec714d.zip
Merge branch 'master' into server
Diffstat (limited to 'utils/inst')
-rw-r--r--utils/inst1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/inst b/utils/inst
index 5279365..9987fff 100644
--- a/utils/inst
+++ b/utils/inst
@@ -102,6 +102,7 @@ checkdiff() {
doinst() {
echo -e "\e[1;34mrsync -rlpt $1 $2\e[0m"
+ mkdir -p "$(dirname "$2")"
rsync -rlpt $1 $2
# Now edit all .git files in target directory
for g in `find "$1" -name '.git' -type f`; do