From ccde51a2ef6c5dd1dbe93c80d16a3c9b1a7f5562 Mon Sep 17 00:00:00 2001 From: "Donald A. Peterson" Date: Thu, 18 Apr 2002 23:06:42 +0000 Subject: [PATCH] Set permissions on installed files, don't try installing CVS dir. svn: r934 --- gramps/src/data/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gramps/src/data/Makefile.in b/gramps/src/data/Makefile.in index a8b1644d8..3aef54892 100644 --- a/gramps/src/data/Makefile.in +++ b/gramps/src/data/Makefile.in @@ -14,10 +14,12 @@ install: ${INSTALL} -d ${data} ${INSTALL} -d ${data}/templates ${INSTALL} gedcom.xml ${data} - ${INSTALL} templates/* ${data}/templates + ${INSTALL} -m 644 templates/*.tpkg ${data}/templates + ${INSTALL} -m 644 templates/*.xml ${data}/templates uninstall: - + -rm -rf ${data}/templates + clean: