From 55c630bcdd6858496d2aa0e97985d988fbd1591e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 14 Dec 2007 06:15:20 +0000 Subject: [PATCH] . not assumed in PATH - for cron jobs again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38086ea6..0e17d51c 100644 --- a/Makefile +++ b/Makefile @@ -183,7 +183,7 @@ endif ### yumgroups.xml : compute from all known .pkgs files RPMS/yumgroups.xml: mkdir -p RPMS - yumgroups.sh $(PLDISTRO) > $@ + ./yumgroups.sh $(PLDISTRO) > $@ createrepo = createrepo --quiet -g yumgroups.xml RPMS/ -- 2.43.0