mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
17 lines
581 B
Plaintext
17 lines
581 B
Plaintext
$NetBSD: patch-auto_install,v 1.1 2013/12/05 15:04:06 imil Exp $
|
|
|
|
Do not create PID directory.
|
|
|
|
--- auto/install.orig 2013-11-19 10:03:47.000000000 +0000
|
|
+++ auto/install
|
|
@@ -141,9 +141,6 @@ install: $NGX_OBJS${ngx_dirsep}nginx${ng
|
|
|| cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PATH'
|
|
cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX/nginx.conf.default'
|
|
|
|
- test -d '\$(DESTDIR)`dirname "$NGX_PID_PATH"`' \
|
|
- || mkdir -p '\$(DESTDIR)`dirname "$NGX_PID_PATH"`'
|
|
-
|
|
test -d '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`' || \
|
|
mkdir -p '\$(DESTDIR)`dirname "$NGX_HTTP_LOG_PATH"`'
|
|
|