]> git.donarmstrong.com Git - roundcube.git/commitdiff
Bug fix on postinst
authorRomain Beauxis <toots@rastageeks.org>
Tue, 13 Mar 2007 14:26:55 +0000 (14:26 +0000)
committerRomain Beauxis <toots@rastageeks.org>
Tue, 13 Mar 2007 14:26:55 +0000 (14:26 +0000)
debian/postinst

index 901a1048ada61c3b05555779e6c0e89219a97429..841aae64ff9393f2259f9c3c830e87fa5ab30f50 100644 (file)
@@ -73,8 +73,8 @@ case "$1" in
 
        chown -R www-data:adm /var/log/roundcube
        chmod -R 750 /var/log/roundcube
-       chown -R www-data:www-data /var/cache/roundcube/temp
-       chmod -R 750 /var/cache/roundcube/temp
+       chown -R www-data:www-data /var/lib/roundcube/temp
+       chmod -R 750 /var/lib/roundcube/temp
 
     ;;