summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rwxr-xr-xserver/autobuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/autobuild b/server/autobuild
index 517a30c..f05d6fc 100755
--- a/server/autobuild
+++ b/server/autobuild
@@ -421,7 +421,7 @@ os_gentoo() {
os_void() {
if [ -f "/etc/os-release" ]; then
. /etc/os-release
- if [ "$NAME" != "void" ]; then
+ if [ "$ID" != "void" ]; then
return 1
fi
else
@@ -437,6 +437,7 @@ os_void() {
pkgconf"
PKGCMD=xbps-install
PKGARGS="-Sy"
+ export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/lib/pkgconfig"
return 0
}