Daniel Novotny 0c6a7d
diff -up amanda-2.6.1p2/example/Makefile.am.example amanda-2.6.1p2/example/Makefile.am
Daniel Novotny 0c6a7d
--- amanda-2.6.1p2/example/Makefile.am.example	2008-12-22 19:13:55.000000000 +0100
Daniel Novotny 0c6a7d
+++ amanda-2.6.1p2/example/Makefile.am	2010-01-20 13:47:02.000000000 +0100
Daniel Novotny 0c6a7d
@@ -4,9 +4,9 @@ include $(top_srcdir)/config/automake/va
Daniel Novotny 0c6a7d
 include $(top_srcdir)/config/automake/installperms.am
Daniel Novotny 0c6a7d
 
Daniel Novotny 0c6a7d
 amanda_dir    = $(amdatadir)
Daniel Novotny 0c6a7d
-templatedir   = $(amanda_dir)/template.d
Daniel Novotny 0c6a7d
-exampledir    = $(amanda_dir)/example
Daniel Novotny 0c6a7d
-lbltempldir   = $(amanda_dir)/example/label-templates
Daniel Novotny 0c6a7d
+templatedir   = $(localstatedir)/lib/amanda/template.d
Daniel Novotny 0c6a7d
+exampledir    = $(sysconfdir)/amanda/example
Daniel Novotny 0c6a7d
+lbltempldir   = $(sysconfdir)/amanda/example/label-templates
Daniel Novotny 0c6a7d
 
Daniel Novotny 0c6a7d
 EXTRA_DIST +=	chg-multi.conf \
Daniel Novotny 0c6a7d
 		chg-scsi.conf \