From a572f11c6cdcf5fa97cf523410a5ab5144a354d0 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 7 Jun 2005 15:06:14 +0000 Subject: [PATCH] - merge revision 1.3 date: 2005/06/06 21:53:37; author: mlhuang; state: Exp; lines: +2 -2 alpina is deprecated; copy yumgroups files here under build/groups/ --- plc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plc.mk b/plc.mk index fa17b363..55e1484d 100644 --- a/plc.mk +++ b/plc.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2005 The Trustees of Princeton University # -# $Id: plc.mk,v 1.2.2.2 2005/05/19 18:54:42 mlhuang Exp $ +# $Id$ # # Default target @@ -103,7 +103,7 @@ ifeq ($(findstring $(package),$(ALL)),) # Build all packages all: $(ALL) - cvs -d $(CVSROOT) checkout -p alpina/groups/stock_fc2_groups.xml > RPMS/yumgroups.xml + install -D -m 644 groups/stock_fc2_groups.xml RPMS/yumgroups.xml # Recurse $(ALL): -- 2.47.0