(systemtap-dist-createrepo): Use absolute directory
This commit is contained in:
parent
a01d88f46a
commit
4293c85b82
2
Makefile
2
Makefile
@ -59,7 +59,7 @@ systemtap-dist: $(beehive-dep) $(dist-files)
|
|||||||
|
|
||||||
systemtap-dist-createrepo: systemtap-dist
|
systemtap-dist-createrepo: systemtap-dist
|
||||||
ifneq ($(wildcard /usr/bin/createrepo),)
|
ifneq ($(wildcard /usr/bin/createrepo),)
|
||||||
createrepo -q $<
|
createrepo -q `cd $<; /bin/pwd`
|
||||||
endif
|
endif
|
||||||
|
|
||||||
systemtap-sync: systemtap-dist-createrepo
|
systemtap-sync: systemtap-dist-createrepo
|
||||||
|
Loading…
Reference in New Issue
Block a user