From 6d59888c5be1c19400d1fac98860d3839a239811 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 9 Jul 2006 12:46:37 +0200 Subject: [PATCH] Don't include the debian/ subdirectory in the distribution tarball, since Sebastian has packaged an official package. Apparently Debian developers prefer not having this directory in the tarball.. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index dee72e70..5015b66e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = libltdl src INCLUDES = $(LTDLINCL) -EXTRA_DIST = collectd.spec contrib debian +EXTRA_DIST = collectd.spec contrib dist-hook: find $(distdir) -type d -name '.svn' | xargs rm -rf -- 2.11.0