From 0302a1da2ba2b6624db91dd10d0206fe51a03b5d Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Wed, 2 Oct 2024 00:40:31 +0400 Subject: [PATCH] changed assumed full path of voc to just voc. https://github.com/vishapoberon/vipack/issues/3 --- GNUmakefile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index c4f618d..bb0711b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ DEPEND = github.com/norayr/strutils github.com/norayr/base64 github.com/norayr/dbg github.com/norayr/Internet github.com/norayr/http github.com/norayr/mbedtls github.com/norayr/lists github.com/norayr/opts github.com/norayr/skprLogger codeberg.org/sts-q/vishaps-ssqJson -VOC = /opt/voc/bin/voc +VOC = voc mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) mkfile_dir_path := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) $(info $$mkfile_path is [${mkfile_path}]) diff --git a/Makefile b/Makefile index ddd6d85..dab4e90 100644 --- a/Makefile +++ b/Makefile @@ -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)))