From: oetiker Date: Sun, 20 Mar 2005 21:11:17 +0000 (+0000) Subject: fix quoting X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=3a08611de0136e1cfdd69994254f499f3bc2278e fix quoting git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@327 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/bindings/Makefile.am b/bindings/Makefile.am index f6e5e43..61e2c07 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = tcl # the following files are not mentioned in any other Makefile -EXTRA_DIST = $(shell for A in perl-*; do cat $$A/MANIFEST | sed -e 's,^,$$A/,' ; done) +EXTRA_DIST = $(shell for A in perl-*; do cat $$A/MANIFEST | sed -e 's,^,'$$A'/,' ; done) # add the following to the all target all-local: @COMP_PERL@