pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkginstall ... and quote the $ for subst so that ${...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47f5ab1ba2c2
branches:  trunk
changeset: 524365:47f5ab1ba2c2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 24 14:33:50 2007 +0000

description:
... and quote the $ for subst so that ${RM} ends up in the final file.

diffstat:

 mk/pkginstall/bsd.pkginstall.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0de97f26c04f -r 47f5ab1ba2c2 mk/pkginstall/bsd.pkginstall.mk
--- a/mk/pkginstall/bsd.pkginstall.mk   Wed Jan 24 13:34:40 2007 +0000
+++ b/mk/pkginstall/bsd.pkginstall.mk   Wed Jan 24 14:33:50 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.20 2007/01/24 13:26:26 joerg Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.21 2007/01/24 14:33:50 joerg Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and implements the
 # common INSTALL/DEINSTALL scripts framework.  To use the pkginstall
@@ -705,7 +705,7 @@
 .else
 USE_TOOLS+=            type1inst:run
 FILES_SUBST+=          TYPE1_INDEX_CMD=${TOOLS_PATH.type1inst:Q}
-FILES_SUBST+=          TYPE1_POSTINDEX_CMD="$${RM} type1inst.log"
+FILES_SUBST+=          TYPE1_POSTINDEX_CMD="\$${RM} type1inst.log"
 .endif
 FONTS_DIRS.x11+=       ${FONTS_DIRS.type1}
 .endif



Home | Main Index | Thread Index | Old Index