From e1775202570dbcf139459bf9d68fdcf22477b0c4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 8 Aug 2012 16:29:57 -0500 Subject: [PATCH] add f19 comps and set rawhide to it --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3c73d8b6..f8d7ce1b 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,5 @@ validate: $(XMLFILES) comps.rng fi # Add an easy alias to generate a rawhide comps file -comps-rawhide: comps-f18.xml - @mv comps-f18.xml comps-rawhide.xml +comps-rawhide: comps-f19.xml + @mv comps-f19.xml comps-rawhide.xml