Move mount binaries into usr/sbin

This commit is contained in:
2025-12-14 19:33:37 +02:00
parent 3e03566905
commit 07bf7a2229
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: glusterfs
description: free and open source software scalable network filesystem
version: "11.1"
revision: 2
revision: 3
url: https://www.gluster.org/
license: GPL2-or-later,LGPL3-only
architecture: any
+1 -3
View File
@@ -11,8 +11,7 @@ prepare() {
# This function is used to compile the source code
build() {
./configure --prefix=/usr \
--sbindir=/usr/bin \
--with-mountutildir=/usr/bin \
--with-mountutildir=/usr/sbin \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
@@ -35,7 +34,6 @@ package() {
# Remove unwanted directories
rm -r "$BPM_OUTPUT"/var/run
rm -r "$BPM_OUTPUT"/usr/lib/systemd
# Install documentation
cp -r doc/* "$BPM_OUTPUT"/usr/share/doc/glusterfs/