Date: Fri, 07 Dec 2018 09:05:05 +0000 From: bugzilla-noreply@freebsd.org To: elastic@FreeBSD.org Subject: [Bug 233843] sysutils/logstash5: logstash-plugin binary is not executable Message-ID: <bug-233843-37421-SjWqcISavW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233843-37421@https.bugs.freebsd.org/bugzilla/> References: <bug-233843-37421@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233843 --- Comment #2 from Sven R <admin@netzmacher.net> --- Comment on attachment 199921 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199921 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}${ETCDI= R} -.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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233843-37421-SjWqcISavW>