From: Mark Huang Date: Tue, 7 Jun 2005 15:06:14 +0000 (+0000) Subject: - merge revision 1.3 X-Git-Tag: plc-0_2-3~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a572f11c6cdcf5fa97cf523410a5ab5144a354d0;p=build.git - 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/ --- 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):