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:
parent
3cdd79dcee
commit
61f250f376
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'xob'
|
# Template file for 'xob'
|
||||||
pkgname=xob
|
pkgname=xob
|
||||||
version=0.3
|
version=0.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
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
|
make_use_env=yes
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libX11-devel libconfig-devel libXrender-devel"
|
makedepends="libX11-devel libconfig-devel libXrender-devel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue