pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/pkginstall Make sure that MV is properly defined. F...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eaf85ce22604
branches:  trunk
changeset: 400890:eaf85ce22604
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 29 20:19:27 2009 +0000

description:
Make sure that MV is properly defined. From PR 42247.

diffstat:

 mk/pkginstall/usergroup |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cd9187bd8f68 -r eaf85ce22604 mk/pkginstall/usergroup
--- a/mk/pkginstall/usergroup   Thu Oct 29 19:24:39 2009 +0000
+++ b/mk/pkginstall/usergroup   Thu Oct 29 20:19:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: usergroup,v 1.2 2006/07/19 22:26:26 jlam Exp $
+# $NetBSD: usergroup,v 1.3 2009/10/29 20:19:27 joerg Exp $
 #
 # Generate a +USERGROUP script that reference-counts users and groups
 # that are required for the proper functioning of the package.
@@ -53,6 +53,7 @@
 GREP="@GREP@"
 LS="@LS@"
 MKDIR="@MKDIR@"
+MV="@MV@"
 PWD_CMD="@PWD_CMD@"
 RM="@RM@"
 RMDIR="@RMDIR@"



Home | Main Index | Thread Index | Old Index