From 68bb954a7fe1542539a5aa6816cac582013fe064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Adolfo=20Mesa=20Rold=C3=A1n?= Date: Sat, 3 Oct 2020 15:45:33 +0200 Subject: [PATCH] 06.r10 --- install.sh | 2 +- lch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 28ac8f5..bc9716e 100755 --- a/install.sh +++ b/install.sh @@ -13,7 +13,7 @@ echo "======================" echo "" cp lch /usr/bin/lch mkdir -p /usr/lib/lch -cp ./lib/* /usr/lib/lch +cp -r ./lib/* /usr/lib/lch chmod 755 /usr/bin/lch echo " Copied lch in /usr/bin" diff --git a/lch b/lch index 0067165..860e85b 100755 --- a/lch +++ b/lch @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION=0.6r8 +VERSION=0.6r10 DEST=$1 shift 1 ORIG=$@