From bd7e06c5e2e7429ae44ac565bdfb22b091cdf7ce Mon Sep 17 00:00:00 2001
From: Don Allingham <don@gramps-project.org>
Date: Wed, 13 Jun 2001 12:48:56 +0000
Subject: [PATCH] Copy examples to the correct directory

svn: r123
---
 Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 99429e0d0..f0e9de2f0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,8 +20,8 @@ install:
 	${INSTALL} -c gramps.sh ${bindir}/gramps
 	-${INSTALL} -d ${prefix}/share/example/gramps
 	-${INSTALL} -d ${prefix}/share/example/gedcom
-	-${INSTALL} -c example/gramps/* ${prefix}/example/gramps
-	-${INSTALL} -c example/gedcom/* ${prefix}/example/gedcom
+	-${INSTALL} -c example/gramps/* ${prefix}/share/example/gramps
+	-${INSTALL} -c example/gedcom/* ${prefix}/share/example/gedcom
 	chmod +x ${bindir}/gramps
 
 uninstall: