pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox-gtk1 Add an @exec ${MKDIR} line for an emp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b09c07b3a728
branches:  trunk
changeset: 492556:b09c07b3a728
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 15 12:44:30 2005 +0000

description:
Add an @exec ${MKDIR} line for an empty directory which has a @dirrm line,
to fix binary packages.

diffstat:

 www/firefox-gtk1/PLIST |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dc3ad27608c6 -r b09c07b3a728 www/firefox-gtk1/PLIST
--- a/www/firefox-gtk1/PLIST    Fri Apr 15 12:44:20 2005 +0000
+++ b/www/firefox-gtk1/PLIST    Fri Apr 15 12:44:30 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2005/04/13 13:34:26 taya Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/04/15 12:44:30 wiz Exp $
 bin/${MOZILLA}
 @comment begin PROGRAMS
 lib/${MOZILLA}/${MOZILLA_BIN}
@@ -2221,6 +2221,7 @@
 @dirrm lib/${MOZILLA}/res/dtd
 @dirrm lib/${MOZILLA}/res/builtin
 @dirrm lib/${MOZILLA}/res
+@exec ${MKDIR} %D/lib/${MOZILLA}/plugins
 @dirrm lib/${MOZILLA}/plugins
 @dirrm lib/${MOZILLA}/ipc/modules
 @dirrm lib/${MOZILLA}/ipc



Home | Main Index | Thread Index | Old Index