summarylogtreecommitdiffstats
path: root/res_and_conf_dirs.patch
diff options
context:
space:
mode:
authorKonstantin Shalygin2015-08-08 11:39:36 +0600
committerKonstantin Shalygin2015-08-08 11:41:34 +0600
commitf29be24dc4d01eeed162ec83616e5dcbb6f6cfc8 (patch)
tree34d5c49bf2c499088f785229d046c516de21a154 /res_and_conf_dirs.patch
parentd5436201bb24f3050cb32fe920fd4491a7b7bd4e (diff)
downloadaur-f29be24dc4d01eeed162ec83616e5dcbb6f6cfc8.tar.gz
Fix mistype in install script.
Diffstat (limited to 'res_and_conf_dirs.patch')
-rw-r--r--res_and_conf_dirs.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/res_and_conf_dirs.patch b/res_and_conf_dirs.patch
index 7a41da22cd29..a7db5d9efc35 100644
--- a/res_and_conf_dirs.patch
+++ b/res_and_conf_dirs.patch
@@ -19,7 +19,7 @@ diff -Naupr xupnpd_orig/src/xupnpd.lua xupnpd/src/xupnpd.lua
cfg.log_ident=arg[1] or 'xupnpd'
-cfg.pid_file='/var/run/'..cfg.log_ident..'.pid'
-cfg.www_root='./www/'
-+cfg.pid_file='/var/run/xupnpd/xupnpd.pid'
++cfg.pid_file='/run/xupnpd/xupnpd.pid'
+cfg.www_root='/usr/share/xupnpd/www/'
cfg.tmp_path='/tmp/'
-cfg.plugin_path='./plugins/'