From 14e92abfacdca5d16ff31ae5b092009ecb53bb46 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 9 Jun 2009 14:17:25 +0000 Subject: [PATCH] Redirect rawhide comps to F12. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 644cd9cf..06f149c3 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-f11.xml - @mv comps-f11.xml comps-rawhide.xml +comps-rawhide: comps-f12.xml + @mv comps-f12.xml comps-rawhide.xml