mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
glusterfs: remove systemd build option (#1736)
This commit is contained in:
parent
2866238eb3
commit
95e0677792
1 changed files with 1 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'glusterfs'
|
# Template file for 'glusterfs'
|
||||||
pkgname=glusterfs
|
pkgname=glusterfs
|
||||||
version=3.5.2
|
version=3.5.2
|
||||||
revision=5
|
revision=6
|
||||||
build_options="systemd"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-glupy --enable-crypt-xlator
|
configure_args="--disable-glupy --enable-crypt-xlator
|
||||||
--sbindir=/usr/bin --with-mountutildir=/usr/bin
|
--sbindir=/usr/bin --with-mountutildir=/usr/bin
|
||||||
|
@ -25,9 +24,6 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/var
|
rm -rf ${DESTDIR}/var
|
||||||
if [ "$build_option_systemd" ]; then
|
|
||||||
vinstall ${wrksrc}/extras/systemd/glusterd.service 644 usr/lib/systemd/system
|
|
||||||
fi
|
|
||||||
vsv glusterfsd
|
vsv glusterfsd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue