From bae1fa62b3a7c9851fc499af423401318092f9ef Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 15 Jul 2015 10:29:25 -0500 Subject: [PATCH] setup rawhide for f24 Signed-off-by: Dennis Gilmore --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1cbab9c0..976766b9 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.xml comps-rawhide: comps-f23.xml - @mv comps-f23.xml comps-rawhide.xml +comps-rawhide.xml comps-rawhide: comps-f24.xml + @mv comps-f24.xml comps-rawhide.xml