From d41236caef3a3ea643d7afee381e34bf3b88a4e5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 8 Dec 2007 07:52:16 +0000 Subject: [PATCH] for cron jobs, do not assume . in PATH --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00431172..4b7e38a3 100644 --- a/Makefile +++ b/Makefile @@ -298,7 +298,7 @@ endif rm -f $@ echo "%_topdir $(HOME)" >> $@ echo "%_tmppath $(HOME)/tmp" >> $@ - getrpmmacros.sh >> $@ + ./getrpmmacros.sh >> $@ ### this utility allows to extract various info from a spec file ### and to define them in makefiles -- 2.47.0