From 0ed377adabe1c96bd64e8d1e84f4111bff52b1d7 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 --- src/data/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/data/Makefile.in b/src/data/Makefile.in index a8b1644d8..3aef54892 100644 --- a/src/data/Makefile.in +++ b/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: