diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-20 07:52:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-20 07:52:26 +0000 |
commit | 75ef6be2c3b47aadaa568f8c30f1f5b56f4b0a7b (patch) | |
tree | d6a0b23a7f4f09230114e4661dfe9bb5858efdcd /main/xorg-server | |
parent | 051d004769a15c00bf368d44475c16c2cb0966cd (diff) | |
download | aports-75ef6be2c3b47aadaa568f8c30f1f5b56f4b0a7b.tar.bz2 aports-75ef6be2c3b47aadaa568f8c30f1f5b56f4b0a7b.tar.xz |
main/xorg-server: fix os vendor string
Diffstat (limited to 'main/xorg-server')
-rw-r--r-- | main/xorg-server/APKBUILD | 4 |
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 } |