~ubuntu-branches/ubuntu/oneiric/couchdb/oneiric

« back to all changes in this revision

Viewing changes to debian/couchdb.postinst

  • Committer: Steve Langasek
  • Date: 2009-12-28 22:08:27 UTC
  • Revision ID: vorlon@debian.org-20091228220827-let1k5zzs9gwuu0k
fix a syntax error

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
case $1 in
12
12
    configure)
13
13
        mkdir -p /var/lib/couchdb/"${VERSION}"
14
 
        mkdir -p /var/log/couchdb"
 
14
        mkdir -p /var/log/couchdb
15
15
        chown -R couchdb:couchdb /var/lib/couchdb
16
16
        chown -R couchdb:couchdb /var/log/couchdb
17
17
        chmod -R 0770 /var/lib/couchdb