Set proper permission bits upon INSTALLATION
svn: r907
This commit is contained in:
parent
27fc1e3302
commit
93e87c8d68
@ -19,7 +19,7 @@ all: ${PYOBJS}
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
${INSTALL} -d ${plugins}
|
${INSTALL} -d ${plugins}
|
||||||
${INSTALL} *.py *.pyo *.glade ${plugins}
|
${INSTALL} -m 644 *.py *.pyo *.glade ${plugins}
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm ${plugins}/*.py ${plugins}/*.pyo ${plugins}/*.glade
|
rm ${plugins}/*.py ${plugins}/*.pyo ${plugins}/*.glade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user