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 }