diff --git a/Makefile b/Makefile index f8eb08e..6bbcafa 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ systemtap-dist: $(beehive-dep) $(dist-files) systemtap-dist-createrepo: systemtap-dist ifneq ($(wildcard /usr/bin/createrepo),) - createrepo -q $< + createrepo -q `cd $<; /bin/pwd` endif systemtap-sync: systemtap-dist-createrepo