diff options
Diffstat (limited to 'french/facturier/Makefile')
-rw-r--r-- | french/facturier/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/facturier/Makefile b/french/facturier/Makefile index 855105b..3e4ad45 100644 --- a/french/facturier/Makefile +++ b/french/facturier/Makefile @@ -70,7 +70,7 @@ do-install: @${RM} ${FACT_CNF}.beforeFacturier @${CP} -p ${FACT_CNF} ${FACT_CNF}.dist # Set perms -# @${CHOWN} -R www:www ${FACT_REP} + @${CHOWN} -R www:www ${FACT_REP} @${CHMOD} -R 644 ${FACT_REP} @${FIND} ${FACT_REP} -type d -exec ${CHMOD} a+x {} \; @${CHMOD} -R u+x ${FACT_REP}/cgi-bin |