[Bug 233843] sysutils/logstash5: logstash-plugin binary is not executable

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 7 09:05:07 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233843

--- Comment #2 from Sven R <admin at netzmacher.net> ---
Comment on attachment 199921
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199921
Makefile patch

--- Makefile.old        2018-12-07 08:34:05.078672000 +0100
+++ Makefile    2018-12-07 09:26:14.080053000 +0100
@@ -43,9 +43,7 @@
        ${MKDIR} ${STAGEDIR}${ETCDIR}
        @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${LOGSTASH_DIR})
        ${INSTALL_DATA} ${FILESDIR}/logstash.conf.sample ${STAGEDIR}${ETCDIR}
-.for x in ${LOGSTASH_BIN_FILES}
-       @${CHMOD} ${BINMODE} ${STAGEDIR}${LOGSTASH_DIR}/bin/${x}
-.endfor
+       ${CHMOD} ${BINMODE} ${STAGEDIR}${LOGSTASH_DIR}/bin/*
 .for x in ${LOGSTASH_JRUBY_BIN_FILES}
        @${CHMOD} ${BINMODE}
${STAGEDIR}${LOGSTASH_DIR}/${LOGSTASH_JRUBY_SUBDIR}/${x}
 .endfor

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-elastic mailing list