On Tue, Mar 19, 2013 at 11:04 AM, Zdenek Pavlas <[email protected]> wrote: > + 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. And then it's probably necessary to do something in the specfile to prevent rpmbuild from trying to python bytecompile that file. _______________________________________________ Yum-devel mailing list [email protected] http://lists.baseurl.org/mailman/listinfo/yum-devel
