changed assumed full path of voc to just voc.

https://github.com/vishapoberon/vipack/issues/3
This commit is contained in:
Norayr Chilingarian 2024-10-02 00:40:31 +04:00
parent 7278ee3f52
commit 0302a1da2b
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
.POSIX:
DEPEND = github.com/norayr/lists github.com/norayr/Internet github.com/norayr/opts github.com/norayr/skprLogger github.com/norayr/skprJson
VOC = /opt/voc/bin/voc
VOC = voc
#mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST)))
#mkfile_dir_path = $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
#mkfile_path = $(abspath $(lastword $(MAKEFILE_LIST)))