summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm/Makefile
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2019-07-04 14:14:29 +0300
committerAndrei Belov <defan@nginx.com>2019-07-04 14:14:29 +0300
commite1de5bcfabf468b88b42aa27c60a643e97aacc11 (patch)
tree497d9dc3d05f6ac8ee6fbbbc094b13e357f8e8f2 /pkg/rpm/Makefile
parentbcb9048c4663a34d9b29a6b5b8e3da14a4321a96 (diff)
downloadunit-e1de5bcfabf468b88b42aa27c60a643e97aacc11.tar.gz
unit-e1de5bcfabf468b88b42aa27c60a643e97aacc11.tar.bz2
Packages: log and pid paths made consistent.
Diffstat (limited to 'pkg/rpm/Makefile')
-rw-r--r--pkg/rpm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile
index 9e343aa2..4e970e45 100644
--- a/pkg/rpm/Makefile
+++ b/pkg/rpm/Makefile
@@ -140,8 +140,8 @@ CONFIGURE_ARGS=\
--prefix=/usr \
--state=%{_sharedstatedir}/unit \
--control="unix:/var/run/unit/control.sock" \
- --pid=/var/run/unit.pid \
- --log=/var/log/unit.log \
+ --pid=/var/run/unit/unit.pid \
+ --log=/var/log/unit/unit.log \
--tests \
--openssl