Codebase list libvirt / 628a05a
Add empty systemd dir on kFreeBSD to make dh_install pass Guido Günther 11 years ago
2 changed file(s) with 6 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
77 usr/share/augeas/*
88 usr/share/libvirt/*
99 usr/share/man/man8/*
10 lib/systemd/system/*
10 lib/systemd/system
111111 done
112112
113113 build/libvirt-bin::
114 # Add empty dir so dh_install doesn't fail on kFreebsd until we have Polkit support
115 mkdir -p debian/tmp/usr/share/polkit-1
114 # Add empty dirs so dh_install doesn't fail on kFreebsd until we have
115 # Polkit/Systemd support
116 mkdir -p debian/tmp/usr/share/polkit-1 \
117 debian/tmp/lib/systemd/system
118
116119
117120 binary-install/libvirt-doc::
118121 find $(EXAMPLES_DIR) -name "*.o" -type f -delete -o -name .libs -type d -exec rm -rf {} \;