no need to chmod files for which you set @mode in plist

This commit is contained in:
steven 2007-07-05 15:57:26 +00:00
parent c1a7161d40
commit d53092a556

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2007/07/03 23:37:25 jakemsr Exp $
# $OpenBSD: Makefile,v 1.5 2007/07/05 15:57:26 steven Exp $
COMMENT= "PDF backend for CUPS"
@ -32,7 +32,6 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cups
${INSTALL_PROGRAM} ${WRKDIR}/bin/cups-pdf \
${PREFIX}/libexec/cups/backend/cups-pdf
chmod 0700 ${PREFIX}/libexec/cups/backend/cups-pdf
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/extra/PostscriptColor.ppd \
${PREFIX}/share/cups/model/PostscriptColor.ppd
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/extra/cups-pdf.conf \