Set permissions on installed files, don't try installing CVS dir.
svn: r934
This commit is contained in:
parent
6a9396d7cf
commit
ccde51a2ef
@ -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:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user