aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/xorg-server/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xorg-server/APKBUILD b/main/xorg-server/APKBUILD
index f2bb3208a0..89deb8b45d 100644
--- a/main/xorg-server/APKBUILD
+++ b/main/xorg-server/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xorg-server
pkgver=1.19.3
-pkgrel=3
+pkgrel=4
pkgdesc="X.Org X servers"
url="http://xorg.freedesktop.org"
arch="all"
@@ -136,7 +136,7 @@ build() {
--disable-dmx \
--disable-tslib \
--disable-systemd-logind \
- --with-os-vendor="Adélie"
+ --with-os-vendor="${DISTRO_NAME:-Alpine Linux}"
make
}