fedora-buildrpmtree: command not found
I have Fedora 7 on one computer and Fedora 8 on another. In Fedora 7, if I use the following commands, everything works as expected:
# yum groupinstall "Development Tools"
# yum install fedora-rpmdevtools
# fedora-buildrpmtree
In Fedora 8, the first two commands run without problems. The last gives me the error
-bash: fedora-buildrpmtree: command not found
I need to package a few programs for distribution to colleagues. This is my first attempt at making rpm's, so I could be missing something obvious.
|