From: Thierry Parmentelat Date: Sat, 8 Dec 2007 07:52:16 +0000 (+0000) Subject: for cron jobs, do not assume . in PATH X-Git-Tag: 4.2-rc2~350 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d41236caef3a3ea643d7afee381e34bf3b88a4e5;p=build.git for cron jobs, do not assume . in PATH --- 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