X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=1e2cabf1841642b2c37c02da54af9c36439d3e67;hb=29006c2688cccc5bf3e20a81bc79a2e6866b0f59;hp=f550c55db6f3df501c1556c62452721068e9e3bc;hpb=733f067e1ad511970f07f347bf3e4aeef403ae48;p=build.git diff --git a/Makefile b/Makefile index f550c55d..1e2cabf1 100644 --- a/Makefile +++ b/Makefile @@ -330,6 +330,7 @@ endif rm -f $@ echo "%_topdir $(HOME)" >> $@ echo "%_tmppath $(HOME)/tmp" >> $@ + echo "%__spec_install_pre %{___build_pre}" >> $@ ./getrpmmacros.sh >> $@ ### this utility allows to extract various info from a spec file @@ -725,7 +726,7 @@ info: packages modules branches #################### tests_svnpath: - @$(if $(TESTS_SVNPATH), echo $(TESTS_SVNPATH) > $@, \ + @$(if $(tests-SVNPATH), echo $(tests-SVNPATH) > $@, \ echo "http://svn.planet-lab.org/svn/tests/trunk" > $@)