for cron jobs, do not assume . in PATH
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 8 Dec 2007 07:52:16 +0000 (07:52 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 8 Dec 2007 07:52:16 +0000 (07:52 +0000)
Makefile

index 0043117..4b7e38a 100644 (file)
--- 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