We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f9b7b commit 853f9a3Copy full SHA for 853f9a3
recipes/nginx/nginx_1.3.0.bb
@@ -32,8 +32,8 @@ do_configure() {
32
do_install() {
33
install -d ${D}${localstatedir}/lib/nginx
34
install -d ${D}${localstatedir}/log/nginx
35
- install -m 0755 -d ${D}${sysconfdir}
36
- install -m 0644 ${WORKDIR}/nginx ${D}${sysconfdir}/logrotate
+# install -m 0755 -d ${D}${sysconfdir}
+# install -m 0644 ${WORKDIR}/nginx ${D}${sysconfdir}/logrotate
37
oe_runmake DESTDIR=${D} install
38
}
39
0 commit comments