Remove systemd directory
This commit is contained in:
@@ -33,8 +33,9 @@ check() {
|
||||
package() {
|
||||
make -j1 DESTDIR="$BPM_OUTPUT" install
|
||||
|
||||
# Remove unwanted directory
|
||||
rm -rf "$BPM_OUTPUT"/var/run
|
||||
# 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/
|
||||
|
||||
Reference in New Issue
Block a user