From 695b19aa71cb7a87c2f24cdcac393e82435601f8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 7 Mar 2022 12:18:28 +0000 Subject: using already installed shtests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 85563f4..20aee82 100755 --- a/Makefile +++ b/Makefile @@ -31,8 +31,8 @@ install-colors: src/colors.list install-glyphs: src/glyphs.sh install -m755 src/glyphs.sh ${DESTDIR}${PREFIX}/lib -check-parseconf: src/shtests.sh ./test/parseconf.sh - src/shtests.sh ./test/parseconf.sh +check-parseconf: ${DESTDIR}${PREFIX}/bin/shtests ./test/parseconf.sh + ${DESTDIR}${PREFIX}/bin/shtests ./test/parseconf.sh build-hbar: src/hbar.c install-colors mkdir -p bin -- cgit v1.2.1