> > + mkdir -p $(DESTDIR)/usr/share/bash-completion/completions > > + install -m 644 yum.bash > > $(DESTDIR)/usr/share/bash-completion/completions/yum > > Should also do "ln -s yum > $(DESTDIR)/usr/share/bash-completion/completions/yummain.py" so that > the completion gets loaded on demand also when invoked as yummain.py.
I see, it's auto-loaded on demand. Is there a reason anyone should use yummain.py instead of yum on a production system? _______________________________________________ Yum-devel mailing list [email protected] http://lists.baseurl.org/mailman/listinfo/yum-devel
