From 0bc1e3dbb6cc0f2b2f0e085e76f974925fa1412d Mon Sep 17 00:00:00 2001 From: svsptech Date: Fri, 24 Apr 2026 03:27:00 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccomp/build b/ccomp/build index e09a46f..c51c5df 100755 --- a/ccomp/build +++ b/ccomp/build @@ -1,13 +1,13 @@ #!/bin/sh -REPO_CONF_DIR="/calista/ccomp" +REPO_CONF_DIR="{$PWD}" REPO_CONF_NAME="pkg.conf" # Проверка и установка git в FreeBSD if ! command -v git >/dev/null 2>&1; then cat > pkg.conf << EOF xserver_dep_repo: { - url: "file:///calista/ccomp/packages", + url: "file://${PWD}/packages", enabled: yes, priority: 100 }