@@ -4,74 +4,71 @@ Initial Package Version: 2.4.4
4
4
Comment: rediffed for version 2.4.10 (Fernando de Oliveira
5
5
<famobr at yahoo dot com dot br>)
6
6
rediffed for version 2.4.34 (thomas)
7
+ rediffed for version 2.4.52 (renodr)
7
8
Upstream Status: Not applicable
8
9
Origin: Self
9
10
Description: Patches the build system to install stuff into BLFS
10
11
specific paths, and adjusts proper permissions
11
12
on installed files and directories.
12
13
13
- diff -Naur httpd-2.4.34 .orig/config.layout httpd-2.4.34 /config.layout
14
- --- httpd-2.4.34 .orig/config.layout 2018-02-09 11 :30:35.000000000 +0100
15
- +++ httpd-2.4.34 /config.layout 2018-07-15 07:31:23.216202917 +0200
14
+ diff -Naurp httpd-2.4.52 .orig/config.layout httpd-2.4.52 /config.layout
15
+ --- httpd-2.4.52 .orig/config.layout 2021-12-22 21 :30:04.372594375 -0600
16
+ +++ httpd-2.4.52 /config.layout 2021-12-22 21:37:33.176710886 -0600
16
17
@@ -9,6 +9,30 @@
17
18
## (This may become a configurable parameter at some point.)
18
19
##
19
20
20
21
+ <Layout BLFS>
21
- + prefix:
22
- + exec_prefix: ${prefix}/usr
23
- + bindir: ${exec_prefix}/bin
24
- + sbindir: ${exec_prefix}/sbin
25
- + libdir: ${exec_prefix}/lib
26
- + libexecdir: ${exec_prefix}/lib/httpd/modules
27
- + mandir: ${exec_prefix}/share/man
28
- + sysconfdir: ${prefix}/etc/httpd
29
- + datadir: ${exec_prefix}/share/httpd
30
- + iconsdir: ${datadir}/icons
31
- + htdocsdir: ${prefix}/srv/www
32
- + manualdir: ${datadir}/manual
33
- + cgidir: ${exec_prefix}/lib/httpd/cgi-bin
34
- + includedir: ${exec_prefix}/include/httpd
35
- + localstatedir: ${prefix}/var/lock/httpd
36
- + runtimedir: ${prefix}/var/run/httpd
37
- + logfiledir: ${prefix}/var/log/httpd
38
- + proxycachedir: ${prefix}/var/cache/httpd/proxy
39
- + infodir: ${exec_prefix}/share/info
22
+ + prefix:
23
+ + exec_prefix: ${prefix}/usr
24
+ + bindir: ${exec_prefix}/bin
25
+ + sbindir: ${exec_prefix}/sbin
26
+ + libdir: ${exec_prefix}/lib
27
+ + libexecdir: ${exec_prefix}/lib/httpd/modules
28
+ + mandir: ${exec_prefix}/share/man
29
+ + sysconfdir: ${prefix}/etc/httpd
30
+ + datadir: ${exec_prefix}/share/httpd
31
+ + iconsdir: ${datadir}/icons
32
+ + htdocsdir: ${prefix}/srv/www
33
+ + manualdir: ${datadir}/manual
34
+ + cgidir: ${exec_prefix}/lib/httpd/cgi-bin
35
+ + includedir: ${exec_prefix}/include/httpd
36
+ + localstatedir: ${prefix}/var/lock/httpd
37
+ + runtimedir: ${prefix}/var/run/httpd
38
+ + logfiledir: ${prefix}/var/log/httpd
39
+ + proxycachedir: ${prefix}/var/cache/httpd/proxy
40
+ + infodir: ${exec_prefix}/share/info
40
41
+ installbuilddir: ${datadir}/build
41
- + errordir: ${datadir}/error
42
+ + errordir: ${datadir}/error
42
43
+ </Layout>
43
44
+
44
45
# Classical Apache path layout.
45
46
<Layout Apache>
46
47
prefix: /usr/local/apache2
47
- diff -Naur httpd-2.4.34.orig/configure httpd-2.4.34/configure
48
- --- httpd-2.4.34.orig/configure 2018-07-10 15:55:14.000000000 +0200
49
- +++ httpd-2.4.34/configure 2018-07-15 07:31:23.232202853 +0200
50
- @@ -39653,17 +39653,17 @@
48
+ diff -Naurp httpd-2.4.52.orig/configure httpd-2.4.52/configure
49
+ --- httpd-2.4.52.orig/configure 2021-12-22 21:30:04.300594740 -0600
50
+ +++ httpd-2.4.52/configure 2021-12-22 21:39:27.298277251 -0600
51
+ @@ -41848,13 +41848,13 @@ done
52
+ ap_prefix="${ap_cur}"
51
53
52
54
53
- cat >>confdefs.h <<_ACEOF
54
- - #define HTTPD_ROOT "${ap_prefix}"
55
- + #define HTTPD_ROOT "/etc/httpd"
56
- _ACEOF
55
+ - printf "%s\n" "#define HTTPD_ROOT \"${ap_prefix}\"" >>confdefs.h
56
+ + printf "%s\n" "#define HTTPD_ROOT \"/etc/httpd\"" >>confdefs.h
57
57
58
58
59
- cat >>confdefs.h <<_ACEOF
60
- - #define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf"
61
- + #define SERVER_CONFIG_FILE "${progname}.conf"
62
- _ACEOF
59
+ - printf "%s\n" "#define SERVER_CONFIG_FILE \"${rel_sysconfdir}/${progname}.conf\"" >>confdefs.h
60
+ + printf "%s\n" "#define SERVER_CONFIG_FILE \"${progname}.conf\"" >>confdefs.h
63
61
64
62
65
- cat >>confdefs.h <<_ACEOF
66
- - #define AP_TYPES_CONFIG_FILE "${rel_sysconfdir}/mime.types"
67
- + #define AP_TYPES_CONFIG_FILE "mime.types"
68
- _ACEOF
63
+ - printf "%s\n" "#define AP_TYPES_CONFIG_FILE \"${rel_sysconfdir}/mime.types\"" >>confdefs.h
64
+ + printf "%s\n" "#define AP_TYPES_CONFIG_FILE \"mime.types\"" >>confdefs.h
69
65
70
66
71
- diff -Naur httpd-2.4.34.orig/configure.in httpd-2.4.34/configure.in
72
- --- httpd-2.4.34.orig/configure.in 2018-05-30 21:09:00.000000000 +0200
73
- +++ httpd-2.4.34/configure.in 2018-07-15 07:31:23.235202841 +0200
74
- @@ -871,11 +871,11 @@
67
+ perlbin=`$ac_aux_dir/PrintPath perl`
68
+ diff -Naurp httpd-2.4.52.orig/configure.in httpd-2.4.52/configure.in
69
+ --- httpd-2.4.52.orig/configure.in 2021-12-22 21:30:04.369594390 -0600
70
+ +++ httpd-2.4.52/configure.in 2021-12-22 22:03:11.263761074 -0600
71
+ @@ -878,11 +878,11 @@ rm -f modules.c
75
72
echo $MODLIST | $AWK -f $srcdir/build/build-modules-c.awk > modules.c
76
73
77
74
APR_EXPAND_VAR(ap_prefix, $prefix)
@@ -86,9 +83,9 @@ diff -Naur httpd-2.4.34.orig/configure.in httpd-2.4.34/configure.in
86
83
[Location of the MIME types config file, relative to the Apache root directory])
87
84
88
85
perlbin=`$ac_aux_dir/PrintPath perl`
89
- diff -Naur httpd-2.4.34 .orig/docs/conf/httpd.conf.in httpd-2.4.34 /docs/conf/httpd.conf.in
90
- --- httpd-2.4.34 .orig/docs/conf/httpd.conf.in 2016-08-17 01:12:07.000000000 +0200
91
- +++ httpd-2.4.34 /docs/conf/httpd.conf.in 2018-07-15 07:31:23.236202837 +0200
86
+ diff -Naurp httpd-2.4.52 .orig/docs/conf/httpd.conf.in httpd-2.4.52 /docs/conf/httpd.conf.in
87
+ --- httpd-2.4.52 .orig/docs/conf/httpd.conf.in 2021-12-22 21:30:04.368594395 -0600
88
+ +++ httpd-2.4.52 /docs/conf/httpd.conf.in 2021-12-22 22:09:08.498074966 -0600
92
89
@@ -28,7 +28,7 @@
93
90
# same ServerRoot for multiple httpd daemons, you will need to change at
94
91
# least PidFile.
@@ -98,7 +95,7 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
98
95
99
96
#
100
97
# Mutex: Allows you to set the mutex mechanism and mutex file directory
101
- @@ -74,8 +74,8 @@
98
+ @@ -74,8 +74,8 @@ Listen @@Port@@
102
99
# It is usually good practice to create a dedicated user and group for
103
100
# running httpd, as with most system services.
104
101
#
@@ -109,7 +106,7 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
109
106
110
107
</IfModule>
111
108
112
- @@ -96,7 +96,7 @@
109
+ @@ -96,7 +96,7 @@ Group daemon
113
110
# e-mailed. This address appears on some server-generated pages, such
114
111
# as error documents. e.g.
[email protected]
115
112
#
@@ -118,7 +115,7 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
118
115
119
116
#
120
117
# ServerName gives the name and port that the server uses to identify itself.
121
- @@ -105,7 +105,7 @@
118
+ @@ -105,7 +105,7 @@ ServerAdmin [email protected]
122
119
#
123
120
# If your host doesn't have a registered DNS name, enter its IP address here.
124
121
#
@@ -127,7 +124,7 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
127
124
128
125
#
129
126
# Deny access to the entirety of your server's filesystem. You must
130
- @@ -181,7 +181,7 @@
127
+ @@ -181,7 +181,7 @@ DocumentRoot "@exp_htdocsdir@"
131
128
# logged here. If you *do* define an error logfile for a <VirtualHost>
132
129
# container, that host's errors will be logged there and not here.
133
130
#
@@ -136,7 +133,7 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
136
133
137
134
#
138
135
# LogLevel: Control the number of messages logged to the error_log.
139
- @@ -210,13 +210,13 @@
136
+ @@ -210,13 +210,13 @@ LogLevel warn
140
137
# define per-<VirtualHost> access logfiles, transactions will be
141
138
# logged therein and *not* in this file.
142
139
#
@@ -152,20 +149,20 @@ diff -Naur httpd-2.4.34.orig/docs/conf/httpd.conf.in httpd-2.4.34/docs/conf/http
152
149
</IfModule>
153
150
154
151
<IfModule alias_module>
155
- diff -Naur httpd-2.4.34 .orig/include/ap_config_layout.h.in httpd-2.4.34 /include/ap_config_layout.h.in
156
- --- httpd-2.4.34 .orig/include/ap_config_layout.h.in 2006-07-11 22:55:32.000000000 +0200
157
- +++ httpd-2.4.34 /include/ap_config_layout.h.in 2018-07-15 07:31:23.237202833 +0200
152
+ diff -Naurp httpd-2.4.52 .orig/include/ap_config_layout.h.in httpd-2.4.52 /include/ap_config_layout.h.in
153
+ --- httpd-2.4.52 .orig/include/ap_config_layout.h.in 2021-12-22 21:30:04.302594730 -0600
154
+ +++ httpd-2.4.52 /include/ap_config_layout.h.in 2021-12-22 22:09:54.363879293 -0600
158
155
@@ -60,5 +60,6 @@
159
156
#define DEFAULT_REL_LOGFILEDIR "@rel_logfiledir@"
160
157
#define DEFAULT_EXP_PROXYCACHEDIR "@exp_proxycachedir@"
161
158
#define DEFAULT_REL_PROXYCACHEDIR "@rel_proxycachedir@"
162
159
+ #define DEFAULT_PIDLOG "/var/run/httpd/httpd.pid"
163
160
164
161
#endif /* AP_CONFIG_LAYOUT_H */
165
- diff -Naur httpd-2.4.34 .orig/include/httpd.h httpd-2.4.34 /include/httpd.h
166
- --- httpd-2.4.34 .orig/include/httpd.h 2018-05-31 15:19:12.000000000 +0200
167
- +++ httpd-2.4.34 /include/httpd.h 2018-07-15 07:31:23.238202829 +0200
168
- @@ -109,7 +109,7 @@
162
+ diff -Naurp httpd-2.4.52 .orig/include/httpd.h httpd-2.4.52 /include/httpd.h
163
+ --- httpd-2.4.52 .orig/include/httpd.h 2021-12-22 21:30:04.301594735 -0600
164
+ +++ httpd-2.4.52 /include/httpd.h 2021-12-22 22:10:28.107733907 -0600
165
+ @@ -109,7 +109,7 @@ extern "C" {
169
166
#define DOCUMENT_LOCATION HTTPD_ROOT "/docs"
170
167
#else
171
168
/* Set default for non OS/2 file system */
@@ -174,59 +171,59 @@ diff -Naur httpd-2.4.34.orig/include/httpd.h httpd-2.4.34/include/httpd.h
174
171
#endif
175
172
#endif /* DOCUMENT_LOCATION */
176
173
177
- diff -Naur httpd-2.4.34 .orig/Makefile.in httpd-2.4.34 /Makefile.in
178
- --- httpd-2.4.34 .orig/Makefile.in 2018-05-30 21:09:00.000000000 +0200
179
- +++ httpd-2.4.34 /Makefile.in 2018-07-15 07:31:23.244202804 +0200
180
- @@ -121,9 +121,9 @@
174
+ diff -Naurp httpd-2.4.52 .orig/Makefile.in httpd-2.4.52 /Makefile.in
175
+ --- httpd-2.4.52 .orig/Makefile.in 2021-12-22 21:30:04.422594121 -0600
176
+ +++ httpd-2.4.52 /Makefile.in 2021-12-22 22:14:28.465670029 -0600
177
+ @@ -121,9 +121,9 @@ install-conf:
181
178
done ; \
182
179
done ; \
183
180
if test -f "$(builddir)/envvars-std"; then \
184
181
- cp -p envvars-std $(DESTDIR)$(sbindir); \
185
182
- if test ! -f $(DESTDIR)$(sbindir)/envvars; then \
186
183
- cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
187
184
+ install -o root -g root -m644 envvars-std $(DESTDIR)$(installbuilddir); \
188
- + if test ! -f $(DESTDIR)$(sysconfdir)/envvars; then \
189
- + install -o root -g root -m644 envvars-std $(DESTDIR)$(sysconfdir)/envvars ; \
185
+ + if test ! -f $(DESTDIR)$(sysconfdir)/envvars; then \
186
+ + install -o root -g root -m644 envvars-std $(DESTDIR)$(sysconfdir)/envvars; \
190
187
fi ; \
191
188
fi
192
189
193
- @@ -175 ,7 +175 ,7 @@
190
+ @@ -195 ,7 +195 ,7 @@ install-htdocs:
194
191
if test -d $(htdocs-srcdir) && test "x$(RSYNC)" != "x" && test -x $(RSYNC) ; then \
195
192
$(RSYNC) --exclude .svn -rlpt --numeric-ids $(htdocs-srcdir)/ $(DESTDIR)$(htdocsdir)/; \
196
193
else \
197
194
- test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ; \
198
- + test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir) && chown -R root:root $(DESTDIR)$(htdocsdir)) ; \
195
+ + test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir) && chown -R root:root $(DESTDIR)$(htdocsdir)) ; \
199
196
cd $(DESTDIR)$(htdocsdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
200
197
fi; \
201
198
fi
202
- @@ -186 ,7 +186 ,7 @@
199
+ @@ -206 ,7 +206 ,7 @@ install-error:
203
200
else \
204
201
echo Installing error documents ; \
205
202
$(MKINSTALLDIRS) $(DESTDIR)$(errordir) ; \
206
203
- cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) ; \
207
- + cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) && chown -R root:root $(DESTDIR)$(errordir); \
204
+ + cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) && chown -R root:root $(DESTDIR)$(errordir); \
208
205
test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
209
206
fi
210
207
211
- @@ -196 ,7 +196 ,7 @@
208
+ @@ -216 ,7 +216 ,7 @@ install-icons:
212
209
else \
213
210
echo Installing icons ; \
214
211
$(MKINSTALLDIRS) $(DESTDIR)$(iconsdir) ; \
215
212
- cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) ; \
216
- + cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) && chown -R root:root $(DESTDIR)$(iconsdir); \
213
+ + cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) && chown -R root:root $(DESTDIR)$(iconsdir); \
217
214
test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
218
215
fi
219
216
220
- @@ -206 ,7 +206 ,7 @@
217
+ @@ -226 ,7 +226 ,7 @@ install-cgi:
221
218
else \
222
219
echo Installing CGIs ; \
223
220
$(MKINSTALLDIRS) $(DESTDIR)$(cgidir) ; \
224
221
- cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) ; \
225
- + cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) && chown -R root:root $(DESTDIR)$(cgidir); \
222
+ + cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) && chown -R root:root $(DESTDIR)$(cgidir); \
226
223
test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
227
224
fi
228
225
229
- @@ -260 ,12 +260 ,12 @@
226
+ @@ -280 ,12 +280 ,12 @@ install-man:
230
227
@test -d $(DESTDIR)$(mandir)/man1 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1
231
228
@test -d $(DESTDIR)$(mandir)/man8 || $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man8
232
229
@test -d $(DESTDIR)$(manualdir) || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir)
@@ -238,14 +235,14 @@ diff -Naur httpd-2.4.34.orig/Makefile.in httpd-2.4.34/Makefile.in
238
235
$(RSYNC) --exclude .svn -rlpt --numeric-ids $(top_srcdir)/docs/manual/ $(DESTDIR)$(manualdir)/; \
239
236
else \
240
237
- cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir); \
241
- + cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir) && chown -R root:root $(DESTDIR)$(manualdir); \
238
+ + cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir) && chown -R root:root $(DESTDIR)$(manualdir); \
242
239
cd $(DESTDIR)$(manualdir) && find . -name ".svn" -type d -print | xargs rm -rf 2>/dev/null || true; \
243
240
fi
244
241
245
- diff -Naur httpd-2.4.34 .orig/support/apachectl.in httpd-2.4.34 /support/apachectl.in
246
- --- httpd-2.4.34 .orig/support/apachectl.in 2012-02-01 04:47:28.000000000 +0100
247
- +++ httpd-2.4.34 /support/apachectl.in 2018-07-15 07:31:23.244202804 +0200
248
- @@ -45,8 +45,8 @@
242
+ diff -Naurp httpd-2.4.52 .orig/support/apachectl.in httpd-2.4.52 /support/apachectl.in
243
+ --- httpd-2.4.52 .orig/support/apachectl.in 2021-12-22 21:30:04.370594385 -0600
244
+ +++ httpd-2.4.52 /support/apachectl.in 2021-12-22 22:14:57.782537475 -0600
245
+ @@ -45,8 +45,8 @@ ARGV="$@"
249
246
HTTPD='@exp_sbindir@/@progname@'
250
247
#
251
248
# pick up any necessary environment variables
@@ -256,10 +253,10 @@ diff -Naur httpd-2.4.34.orig/support/apachectl.in httpd-2.4.34/support/apachectl
256
253
fi
257
254
#
258
255
# a command that outputs a formatted text version of the HTML at the
259
- diff -Naur httpd-2.4.34 .orig/support/Makefile.in httpd-2.4.34 /support/Makefile.in
260
- --- httpd-2.4.34 .orig/support/Makefile.in 2018-02-09 11:17:30.000000000 +0100
261
- +++ httpd-2.4.34 /support/Makefile.in 2018-07-15 07:31:23.245202800 +0200
262
- @@ -16,23 +16,23 @@
256
+ diff -Naurp httpd-2.4.52 .orig/support/Makefile.in httpd-2.4.52 /support/Makefile.in
257
+ --- httpd-2.4.52 .orig/support/Makefile.in 2021-12-22 21:30:04.371594380 -0600
258
+ +++ httpd-2.4.52 /support/Makefile.in 2021-12-22 22:21:06.319836693 -0600
259
+ @@ -16,23 +16,23 @@ install:
263
260
@test -d $(DESTDIR)$(bindir) || $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
264
261
@test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
265
262
@test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir)
@@ -271,23 +268,23 @@ diff -Naur httpd-2.4.34.orig/support/Makefile.in httpd-2.4.34/support/Makefile.i
271
268
if test -f "$(builddir)/$$i"; then \
272
269
- cp -p $$i $(DESTDIR)$(bindir); \
273
270
- chmod 755 $(DESTDIR)$(bindir)/$$i; \
274
- + install -o root -g root -m755 $$i $(DESTDIR)$(bindir); \
271
+ + install -o root -g root -m755 $$i $(DESTDIR)$(bindir);\
275
272
fi ; \
276
273
done
277
274
@for i in apachectl; do \
278
275
if test -f "$(builddir)/$$i"; then \
279
276
- cp -p $$i $(DESTDIR)$(sbindir); \
280
277
- chmod 755 $(DESTDIR)$(sbindir)/$$i; \
281
- + install -o root -g root -m755 $$i $(DESTDIR)$(sbindir); \
278
+ + install -o root -g root -m755 $$i $(DESTDIR)$(sbindir);\
282
279
fi ; \
283
280
done
284
281
@if test -f "$(builddir)/envvars-std"; then \
285
282
- cp -p envvars-std $(DESTDIR)$(sbindir); \
286
283
- if test ! -f $(DESTDIR)$(sbindir)/envvars; then \
287
284
- cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \
288
285
+ install -o root -g root -m644 envvars-std $(DESTDIR)$(installbuilddir); \
289
- + if test ! -f $(DESTDIR)$(sysconfdir)/envvars; then \
290
- + install -o root -g root -m644 envvars-std $(DESTDIR)$(sysconfdir)/envvars ; \
286
+ + if test ! -f $(DESTDIR)$(sysconfdir)/envvars; then \
287
+ + install -o root -g root -m644 envvars-std $(DESTDIR)$(sysconfdir)/envvars; \
291
288
fi ; \
292
289
fi
293
290
0 commit comments