[Pkg-sql-ledger-commit] r573 - ledger-smb/trunk/debian

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Sun Jun 10 23:42:15 UTC 2012


Author: jame-guest
Date: 2012-06-10 23:42:15 +0000 (Sun, 10 Jun 2012)
New Revision: 573

Modified:
   ledger-smb/trunk/debian/ledgersmb.postinst
Log:
Correct chown option in configure case of debian/ledgersmb.postinst.

Modified: ledger-smb/trunk/debian/ledgersmb.postinst
===================================================================
--- ledger-smb/trunk/debian/ledgersmb.postinst	2012-06-10 22:37:39 UTC (rev 572)
+++ ledger-smb/trunk/debian/ledgersmb.postinst	2012-06-10 23:42:15 UTC (rev 573)
@@ -45,12 +45,12 @@
             # Create initial default set of css files from the examples
             if [ ! -d "/var/lib/ledgersmb/css" ]; then
                 cp -r /usr/share/doc/ledgersmb/examples/css /var/lib/ledgersmb
-                chown -r www-data:www-data /var/lib/ledgersmb/css
+                chown -R www-data:www-data /var/lib/ledgersmb/css
             fi
             # Create initial default set of templates from the examples
             if [ ! -d "/var/lib/ledgersmb/templates" ]; then
                 cp -r /usr/share/doc/ledgersmb/examples/templates /var/lib/ledgersmb
-                chown -r www-data:www-data /var/lib/ledgersmb/templates
+                chown -R www-data:www-data /var/lib/ledgersmb/templates
             fi
             # Do Apache related processing if it is present.
             if [ -d "/etc/apache2" ]; then




More information about the Pkg-sql-ledger-commit mailing list