pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/28715: mail/mailman/Makefile syntax issue
>Number: 28715
>Category: pkg
>Synopsis: mail/mailman/Makefile syntax issue
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Dec 19 21:09:01 +0000 2004
>Originator: Georg Schwarz
>Release: current pkgsrc
>Organization:
>Environment:
IRIX lorenz 5.3 08031225 IP20 mips
>Description:
mail/mailman/Makefile uses slightly incorrect syntax for install-sh, which can
lead to problems with some versions of mkdir.
>How-To-Repeat:
>Fix:
--- Makefile.orig 2004-12-19 21:59:24.000000000 +0100
+++ Makefile 2004-12-19 21:59:36.000000000 +0100
@@ -97,7 +97,7 @@
${RM} -f ${WRKSRC}/[A-Z]*.orig
pre-install:
- ${INSTALL} -d -o ${MAILMAN_USER} -g ${MAILMAN_GROUP} -m775 ${EXECDIR}
+ ${INSTALL} -d -o ${MAILMAN_USER} -g ${MAILMAN_GROUP} -m 775 ${EXECDIR}
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA_DIR} ${EXECDIR}/support
Home |
Main Index |
Thread Index |
Old Index