Обновить ccomp/build
This commit is contained in:
parent
e52a0f5c0b
commit
0bc1e3dbb6
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user