Skip to content
Snippets Groups Projects
Commit 628a05ae authored by Guido Günther's avatar Guido Günther
Browse files

Add empty systemd dir on kFreeBSD to make dh_install pass

parent 66337fe5
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ usr/lib/libvirt/connection-driver
usr/share/augeas/*
usr/share/libvirt/*
usr/share/man/man8/*
lib/systemd/system/*
lib/systemd/system
......@@ -112,8 +112,11 @@ binary-install/libvirt-bin::
done
build/libvirt-bin::
# Add empty dir so dh_install doesn't fail on kFreebsd until we have Polkit support
mkdir -p debian/tmp/usr/share/polkit-1
# Add empty dirs so dh_install doesn't fail on kFreebsd until we have
# Polkit/Systemd support
mkdir -p debian/tmp/usr/share/polkit-1 \
debian/tmp/lib/systemd/system
binary-install/libvirt-doc::
find $(EXAMPLES_DIR) -name "*.o" -type f -delete -o -name .libs -type d -exec rm -rf {} \;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment