From d204dd90fd6960073eefc0bf97e8b1375ee422b2 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Thu, 14 Jun 2001 17:14:32 +0000 Subject: [PATCH] Fixed installation of examples svn: r133 --- gramps/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gramps/Makefile.in b/gramps/Makefile.in index f0e9de2f0..066092018 100644 --- a/gramps/Makefile.in +++ b/gramps/Makefile.in @@ -17,11 +17,12 @@ install: (cd src/plugins; ${MAKE} install) (cd src/filters; ${MAKE} install) (cd src/data; ${MAKE} install) - ${INSTALL} -c gramps.sh ${bindir}/gramps + ${INSTALL} gramps.sh ${bindir}/gramps -${INSTALL} -d ${prefix}/share/example/gramps -${INSTALL} -d ${prefix}/share/example/gedcom - -${INSTALL} -c example/gramps/* ${prefix}/share/example/gramps - -${INSTALL} -c example/gedcom/* ${prefix}/share/example/gedcom + -${INSTALL} example/gramps/*.jpg ${prefix}/share/example/gramps + -${INSTALL} example/gramps/data.gramps ${prefix}/share/example/gramps + -${INSTALL} example/gedcom/*.ged ${prefix}/share/example/gedcom chmod +x ${bindir}/gramps uninstall: