From e4893fb0c8f554f41e80a9289737ed37dd7a2d33 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Thu, 31 Mar 2022 01:33:50 +0400 Subject: [PATCH] fix of separator problem in makefile. --- makefile_freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile_freebsd b/makefile_freebsd index 8fd3b38..cca4320 100644 --- a/makefile_freebsd +++ b/makefile_freebsd @@ -51,7 +51,7 @@ deps: if [ -d $(DPS)/time ]; then cd $(DPS)/time; git pull; cd -; else cd $(DPS); git clone https://github.com/norayr/time; cd -; fi install: - cp $(mkfile_dir_path)/$(BLD)/vipack /usr/local/bin/ + cp $(mkfile_dir_path)/$(BLD)/vipack /usr/local/bin/ tests: mkdir -p $(mkfile_dir_path)/$(BLD)