From 4f36a0694a051151015d57c4b6706cf6e7304d19 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Wed, 13 Jun 2001 12:48:56 +0000 Subject: [PATCH] Copy examples to the correct directory svn: r123 --- gramps/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/Makefile.in b/gramps/Makefile.in index 99429e0d0..f0e9de2f0 100644 --- a/gramps/Makefile.in +++ b/gramps/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: