From: Thierry Parmentelat Date: Fri, 14 Dec 2007 06:15:20 +0000 (+0000) Subject: . not assumed in PATH - for cron jobs again X-Git-Tag: 4.2-rc2~337 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=55c630bcdd6858496d2aa0e97985d988fbd1591e;p=build.git . not assumed in PATH - for cron jobs again --- 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/