diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-30 06:28:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-03-30 06:28:05 +0000 |
commit | a1892426236434157397e1cbcc4a0db4457be058 (patch) | |
tree | aa1622b5b4275d0ca07c0dc23990b6190b31b100 /french | |
parent | 73e01b62dfc070ffc0690460b8ae8f606e6a7d30 (diff) | |
download | ports-a1892426236434157397e1cbcc4a0db4457be058.tar.gz ports-a1892426236434157397e1cbcc4a0db4457be058.zip |
Notes
Diffstat (limited to 'french')
-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 855105b8cda5..3e4ad4576609 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 |