Remove systemd directory

This commit is contained in:
2025-11-25 17:20:49 +02:00
parent ac1d8f4968
commit 3e03566905
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: glusterfs name: glusterfs
description: free and open source software scalable network filesystem description: free and open source software scalable network filesystem
version: "11.1" version: "11.1"
revision: 1 revision: 2
url: https://www.gluster.org/ url: https://www.gluster.org/
license: GPL2-or-later,LGPL3-only license: GPL2-or-later,LGPL3-only
architecture: any architecture: any
+3 -2
View File
@@ -33,8 +33,9 @@ check() {
package() { package() {
make -j1 DESTDIR="$BPM_OUTPUT" install make -j1 DESTDIR="$BPM_OUTPUT" install
# Remove unwanted directory # Remove unwanted directories
rm -rf "$BPM_OUTPUT"/var/run rm -r "$BPM_OUTPUT"/var/run
rm -r "$BPM_OUTPUT"/usr/lib/systemd
# Install documentation # Install documentation
cp -r doc/* "$BPM_OUTPUT"/usr/share/doc/glusterfs/ cp -r doc/* "$BPM_OUTPUT"/usr/share/doc/glusterfs/