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