xob: fix crash

When building xob without any arguments, xob will be built with
SYSCONFDIR points to /usr/local/etc. Thus, crash at runtime.

Reported-by: Urs Schulz <voidpkgs@ursschulz.de>
Close #35009
This commit is contained in:
Đoàn Trần Công Danh 2022-03-17 23:07:00 +07:00
parent 3cdd79dcee
commit 61f250f376

View file

@ -1,9 +1,10 @@
# Template file for 'xob'
pkgname=xob
version=0.3
revision=1
revision=2
build_style=gnu-makefile
make_install_args="prefix=/usr sysconfdir=/etc"
make_build_args="prefix=/usr sysconfdir=/etc"
make_install_args="$make_build_args"
make_use_env=yes
hostmakedepends="pkg-config"
makedepends="libX11-devel libconfig-devel libXrender-devel"