pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/xulrunner10 Sync with xulrunner/xpi.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/ec1a0ee56adc
branches: trunk
changeset: 612349:ec1a0ee56adc
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Dec 18 20:28:43 2012 +0000
description:
Sync with xulrunner/xpi.mk
Fix www/firefox10-l10n build on SmartOS.
diffstat:
devel/xulrunner10/xpi.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 701b77b21fda -r ec1a0ee56adc devel/xulrunner10/xpi.mk
--- a/devel/xulrunner10/xpi.mk Tue Dec 18 18:23:40 2012 +0000
+++ b/devel/xulrunner10/xpi.mk Tue Dec 18 20:28:43 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xpi.mk,v 1.2 2012/03/19 20:34:03 ryoon Exp $
+# $NetBSD: xpi.mk,v 1.3 2012/12/18 20:28:43 ryoon Exp $
#
# common logic for repackaging mozilla extensions (.xpi files)
# Used by the {firefox,seamonkey,thunderbird}10-l10n packages.
@@ -19,6 +19,7 @@
install-xpi:
.for f in ${XPI_FILES}
id=$$(${AWK} '/em:id=/ {sub("^.*em:id=\"", "");sub("\".*$$","");print $$0}' < ${WRKDIR}/${f:S/.xpi//}/install.rdf); \
+ ${MKDIR} ${DESTDIR}${EXTENSIONS_DIR}/$${id} && \
cd ${WRKDIR}/${f:S/.xpi//} && \
pax -rw . ${DESTDIR}${EXTENSIONS_DIR}/$${id}
.endfor
Home |
Main Index |
Thread Index |
Old Index