[flashproxy/master] install examples to pkgdatadir rather than docdir

commit 2af442f799785cf0baa4c18aa85cfdd507986633 Author: Ximin Luo <infinity0@gmx.com> Date: Tue Jan 7 16:36:51 2014 +0000 install examples to pkgdatadir rather than docdir - they are used by post-install scripts so not strictly documentation --- facilitator/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facilitator/Makefile.am b/facilitator/Makefile.am index 935a197..268fec4 100644 --- a/facilitator/Makefile.am +++ b/facilitator/Makefile.am @@ -7,7 +7,7 @@ cgibindir = @cgibindir@ # unfortunately sysvinit does not support having initscripts in /usr/local/etc # yet, so we have to hard code a path here. :( initscriptdir = /etc/init.d -exampledir = $(docdir)/examples +exampledir = $(pkgdatadir)/examples appenginedir = $(pkgdatadir)/appengine pkgconfdir = $(sysconfdir)/flashproxy appengineconfdir = $(pkgconfdir)/reg-appspot
participants (1)
-
infinity0@torproject.org