From 2861cad8e1df9113a4086b47c5ec3e832caf1f2a Mon Sep 17 00:00:00 2001 From: Dima Ruban Date: Mon, 12 Mar 2001 23:02:32 +0000 Subject: Fix owner/group on Acrobat4 directories. Submitted by: Jimmy Olgeni --- print/acroread4/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'print/acroread4/Makefile') diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index 336d414ad659..f0105c75be48 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -65,6 +65,7 @@ post-install: ${PATCH} --quiet < ${FILESDIR}/acroread.diff && \ ${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \ ${PREFIX}/bin/acroread4 && ${RM} acroread.orig + @${CHOWN} -R -h root:wheel ${PREFIX}/Acrobat4 @${CHMOD} +x ${PREFIX}/bin/acroread4 @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat4/Reader/License.pdf" -- cgit v1.2.3