From f8d7800988c781a0b13cabe06830a7006a192c28 Mon Sep 17 00:00:00 2001 From: vahidrezanezhad Date: Mon, 8 Jul 2019 16:41:58 +0200 Subject: [PATCH] Update make.sh --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 629f8cc..b88feb4 100755 --- a/make.sh +++ b/make.sh @@ -5,5 +5,5 @@ build: install: python3 setup.py install --user - cp pagexml2img/pagexml2img.py /home/vahid/bin/pagexml2img - chmod +x /home/vahid/bin/pagexml2img + cp pagexml2img/pagexml2img.py ~/bin/pagexml2img + chmod +x ~/bin/pagexml2img