munge: set homedir to non-runtime directory owned by the package.
\#5066
This commit is contained in:
parent
4a3ec855c4
commit
00e1464383
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'munge'
|
# Template file for 'munge'
|
||||||
pkgname=munge
|
pkgname=munge
|
||||||
version=0.5.13
|
version=0.5.13
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-crypto-lib=openssl
|
configure_args="--with-crypto-lib=openssl
|
||||||
--with-openssl-prefix=${XBPS_CROSS_BASE}/usr
|
--with-openssl-prefix=${XBPS_CROSS_BASE}/usr
|
||||||
|
@ -20,7 +20,7 @@ make_dirs="/etc/munge 0755 munge munge
|
||||||
/var/lib/munge 0711 munge munge"
|
/var/lib/munge 0711 munge munge"
|
||||||
|
|
||||||
system_accounts="munge"
|
system_accounts="munge"
|
||||||
munge_homedir="/var/run/munge"
|
munge_homedir="/var/log/munge"
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
# needs this to install pc files in cross compilation.
|
# needs this to install pc files in cross compilation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue