From 7557a24ff93ae1544e67cc74ae74186aa5e89991 Mon Sep 17 00:00:00 2001 From: svsptech Date: Fri, 24 Apr 2026 03:30:49 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ccomp/build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ccomp/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccomp/build b/ccomp/build index c51c5df..06d7849 100755 --- a/ccomp/build +++ b/ccomp/build @@ -1,7 +1,7 @@ #!/bin/sh REPO_CONF_DIR="{$PWD}" -REPO_CONF_NAME="pkg.conf" +REPO_CONF_NAME="{$PWD}/pkg.conf" # Проверка и установка git в FreeBSD if ! command -v git >/dev/null 2>&1; then