Bug 55845
Summary: | --buildroot doesn't affect the Build root. | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Dave Johnson <johnsond> |
Component: | rpm | Assignee: | Jeff Johnson <jbj> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-11-07 17:42:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dave Johnson
2001-11-07 17:42:10 UTC
You're confusing --buildroot with the macro value %{_builddir}. And you're probably looking to change the macro %{_topdir} to something other than /usr/src/redhat. Do that by echo "%_topdir /wherever/you/want" >> ~/.rpmmacros |