diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-19 17:03:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-19 17:03:05 -0400 |
commit | 6db6a6b6ac310dca80f006e76e9e1282e5bd1598 (patch) | |
tree | fbb1bc88753f976c151fafcaf9e9a665f84ed5ac /Makefile | |
parent | e80d5632b65bf2a28e0b3a9196916bcf0db4b286 (diff) |
don't have .example on the end of the uWSGI config
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ targets = \ $(sbindir)/parabolaweb-update \ $(pkglibexecdir)/parabolaweb-changepassword.real \ $(systemddir)/parabolaweb-reporead-inotify.service \ - $(uwsgidir)/parabolaweb.ini.example + $(uwsgidir)/parabolaweb.ini am_gen_files = .srcfiles.mk am_out_files = depends.txt $(notdir $(targets)) parabolaweb.conf |