Remove systemd directory
This commit is contained in:
@@ -44,12 +44,12 @@ package() {
|
||||
meson install -C build --destdir="$BPM_OUTPUT"
|
||||
|
||||
# Remove unnecessary directories
|
||||
rm -rf "$BPM_OUTPUT"/run
|
||||
rm -rf "$BPM_OUTPUT"/etc/sysconfig
|
||||
rm -rf "$BPM_OUTPUT"/var/log
|
||||
rm -r "$BPM_OUTPUT"/run
|
||||
rm -r "$BPM_OUTPUT"/var/log
|
||||
rm -r "$BPM_OUTPUT"/usr/lib/systemd
|
||||
|
||||
# Remove network bridge autostart file
|
||||
rm -f "$BPM_OUTPUT"/etc/libvirt/qemu/networks/autostart/default.xml
|
||||
rm "$BPM_OUTPUT"/etc/libvirt/qemu/networks/autostart/default.xml
|
||||
|
||||
# Install esvm services
|
||||
install -Dm644 "$BPM_WORKDIR"/*.esv -t "$BPM_OUTPUT"/etc/esvm/services/
|
||||
|
||||
Reference in New Issue
Block a user