Обновить ccomp/build

This commit is contained in:
svsptech 2026-04-24 03:27:00 +05:00
parent e52a0f5c0b
commit 0bc1e3dbb6

View File

@ -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
}