glusterfs: remove systemd build option (#1736)
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user