Set proper bits on files when INSTALLing

svn: r906
This commit is contained in:
Donald A. Peterson
2002-04-09 15:52:24 +00:00
parent 8997aeded4
commit ab175ce080
3 changed files with 16 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ all: ${PYOBJS}
install:
${INSTALL} -d ${docgen}
${INSTALL} *.py *.pyo ${docgen}
${INSTALL} -m 644 *.py *.pyo ${docgen}
uninstall:
rm ${docgen}/*.py ${docgen}/*.pyo