]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
docs: Remove 'apps' from paths
authorDamien Lespiau <damien.lespiau@intel.com>
Wed, 30 Sep 2015 16:41:43 +0000 (17:41 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 12 Nov 2015 04:33:29 +0000 (04:33 +0000)
The patchwork directory structure has moved away from putting the
Django app(s) into 'apps/'

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
docs/installation.md

index 6847b61728d3b6d13bccb149d3ad39bdea2948fe..121917e81ca420ba811bcfa2dc5cb975d05d491b 100644 (file)
@@ -236,14 +236,14 @@ Your MTA will need to deliver mail to the parsemail script in the
 email/directory. (Note, do not use the `parsemail.py` script directly).
 Something like this in /etc/aliases is suitable for postfix:
 
-    patchwork: "|/srv/patchwork/apps/patchwork/bin/parsemail.sh"
+    patchwork: "|/srv/patchwork/patchwork/bin/parsemail.sh"
 
 You may need to customise the `parsemail.sh` script if you haven't installed
 patchwork in `/srv/patchwork`.
 
 Test that you can deliver a patch to this script:
 
-    sudo -u nobody /srv/patchwork/apps/patchwork/bin/parsemail.sh < mail
+    sudo -u nobody /srv/patchwork/patchwork/bin/parsemail.sh < mail
 
 ## Set up the patchwork cron script