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 | |
parent | misc/pl-sms: update to a new version 1.9.1h (diff) |
removed commented out line.
Notes
Notes:
svn path=/head/; revision=77735
-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 |