pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2009Q3]: pkgsrc/mk/pkginstall Pullup ticket #2926 - requested ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/723041a8a95e
branches: pkgsrc-2009Q3
changeset: 565811:723041a8a95e
user: tron <tron%pkgsrc.org@localhost>
date: Thu Oct 29 22:14:34 2009 +0000
description:
Pullup ticket #2926 - requested by joerg
mk/pkginstall/usergroup: portability fix
Revisions pulled up:
- mk/pkginstall/usergroup 1.3
---
Module Name: pkgsrc
Committed By: joerg
Date: Thu Oct 29 20:19:28 UTC 2009
Modified Files:
pkgsrc/mk/pkginstall: usergroup
Log Message:
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 daef0265425d -r 723041a8a95e mk/pkginstall/usergroup
--- a/mk/pkginstall/usergroup Wed Oct 28 19:04:45 2009 +0000
+++ b/mk/pkginstall/usergroup Thu Oct 29 22:14:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: usergroup,v 1.2 2006/07/19 22:26:26 jlam Exp $
+# $NetBSD: usergroup,v 1.2.32.1 2009/10/29 22:14:34 tron 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