Skip to content

Commit

Permalink
Copy the full contents of the tools directory to prevent errors in
Browse files Browse the repository at this point in the history
building the Debian package.
  • Loading branch information
manolama committed Oct 8, 2016
1 parent 5e649f2 commit c4b4679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ debian: dist staticroot
cp -r gwt/queryui/* $(distdir)/debian/usr/share/opentsdb/static
`for dep_jar in $(tsdb_DEPS); do cp $$dep_jar \
$(distdir)/debian/usr/share/opentsdb/lib; done;`
cp $(top_srcdir)/tools/* $(distdir)/debian/usr/share/opentsdb/tools
cp -r $(top_srcdir)/tools/* $(distdir)/debian/usr/share/opentsdb/tools
dpkg -b $(distdir)/debian $(distdir)/opentsdb-$(PACKAGE_VERSION)_all.deb

.PHONY: jar doc check gwtc gwtdev printdeps staticroot gwttsd rpm
Expand Down

0 comments on commit c4b4679

Please sign in to comment.