Обновить ccomp/build

This commit is contained in:
svsptech 2026-04-24 03:36:19 +05:00
parent 7557a24ff9
commit abb46589c4

View File

@ -1,7 +1,7 @@
#!/bin/sh
REPO_CONF_DIR="{$PWD}"
REPO_CONF_NAME="{$PWD}/pkg.conf"
REPO_CONF_DIR="$PWD"
REPO_CONF_NAME="$PWD/pkg.conf"
# Проверка и установка git в FreeBSD
if ! command -v git >/dev/null 2>&1; then