Skip to content

Commit

Permalink
fix the find command line
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Nov 4, 2009
1 parent 367114b commit 6bf9d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -46,7 +46,7 @@ pkgconfig_DATA = libcurl.pc
dist-hook:
rm -rf $(top_builddir)/tests/log
find $(distdir) -name "*.dist" -exec rm {} \;
(distit=`find $(srcdir) -name "*.dist | grep -v ./ares/"`; \
(distit=`find $(srcdir) -name "*.dist" | grep -v ./ares/`; \
for file in $$distit; do \
strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
cp $$file $(distdir)$$strip; \
Expand Down

0 comments on commit 6bf9d56

Please sign in to comment.