From: Sebastian Harl Date: Sun, 27 Jan 2008 17:51:37 +0000 (+0100) Subject: debian/rules: Remove empty directory usr/include from the "collectd" package. X-Git-Tag: collectd-4.2.4-1^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1a65d0760f3a729c473d99f01fe737752df13d60;p=pkg-collectd.git debian/rules: Remove empty directory usr/include from the "collectd" package. --- diff --git a/debian/rules b/debian/rules index 8238a90..c6833e0 100755 --- a/debian/rules +++ b/debian/rules @@ -84,6 +84,7 @@ install-arch: build $(MAKE) install DESTDIR=$(CURDIR)/debian/collectd + rm -rf debian/collectd/usr/include/ rm -f debian/collectd/usr/lib/collectd/*.la rm -f debian/collectd/etc/collectd.conf