pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/apr Set directory permission to PKGDIRMODE to av...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0c2f98a0753
branches:  trunk
changeset: 482530:b0c2f98a0753
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Oct 29 11:51:00 2004 +0000

description:
Set directory permission to PKGDIRMODE to avoid creating a read-only
directory; deinstalling files from a read-only directory fails on
Linux.

OK'ed by adrianp@.

diffstat:

 devel/apr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 078fb30443b4 -r b0c2f98a0753 devel/apr/Makefile
--- a/devel/apr/Makefile        Fri Oct 29 11:28:46 2004 +0000
+++ b/devel/apr/Makefile        Fri Oct 29 11:51:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/10/03 00:13:24 tv Exp $
+# $NetBSD: Makefile,v 1.25 2004/10/29 11:51:00 minskim Exp $
 
 PKGNAME=       apr-${APR_VERSION}.${APACHE_VERSION}
 PKGREVISION=   1
@@ -60,7 +60,7 @@
        ${RM} ${PREFIX}/libexec/apr/libtool
        ${INSTALL_SCRIPT} ${PKG_LIBTOOL} ${PREFIX}/libexec/apr/libtool
        @${CHMOD} ${SHAREMODE} ${PREFIX}/include/apr-0/*.h
-       @${CHMOD} ${BINMODE} ${PREFIX}/include/apr-0
+       @${CHMOD} ${PKGDIRMODE} ${PREFIX}/include/apr-0
        @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/include/apr-0/
 
 .include "../../www/apache2/Makefile.common"



Home | Main Index | Thread Index | Old Index