Copy examples to the correct directory

svn: r123
This commit is contained in:
Don Allingham 2001-06-13 12:48:56 +00:00
parent e9d70453d7
commit bd7e06c5e2

View File

@ -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: