pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Fixed installation to DESTDIR in post-inst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9363e560db08
branches:  trunk
changeset: 532580:9363e560db08
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Aug 23 20:27:19 2007 +0000

description:
Fixed installation to DESTDIR in post-install target.

diffstat:

 www/firefox/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4c6e73103bb9 -r 9363e560db08 www/firefox/Makefile.common
--- a/www/firefox/Makefile.common       Thu Aug 23 20:11:53 2007 +0000
+++ b/www/firefox/Makefile.common       Thu Aug 23 20:27:19 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2007/06/18 21:33:32 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.23 2007/08/23 20:27:19 heinz Exp $
 
 MOZ_DIST_VER?=         ${MOZ_VER}
 DISTNAME?=             mozilla-${MOZ_DIST_VER}-source
@@ -201,7 +201,7 @@
        ${SETENV} ${SCRIPTS_ENV} DESTDIR=${DESTDIR} ${SH} ${FILESDIR:Q}/moz-install
 
 post-install:
-       ${FIND} ${PREFIX}/lib/${MOZILLA}/defaults -type f -exec ${CHMOD} u+w {} \;
+       ${FIND} ${DESTDIR:Q}${PREFIX:Q}/lib/${MOZILLA}/defaults -type f -exec ${CHMOD} u+w {} \;
 
 .include "../../mk/pthread.buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index