Bug 251058

Summary: doesn't build in F8
Product: [Fedora] Fedora Reporter: Matthias Clasen <mclasen>
Component: xorg-x11-fontsAssignee: X/OpenGL Maintenance List <xgl-maint>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-27 20:49:41 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:
Bug Depends On:    
Bug Blocks: 235704    

Description Matthias Clasen 2007-08-06 19:52:07 UTC
The resason is that 

{
  ENCODINGSDIR=$RPM_BUILD_ROOT%{_datadir}/X11/fonts/encodings
  pushd "${ENCODINGSDIR}" &> /dev/null
  mkfontscale -n -e "${ENCODINGSDIR}" -e "${ENCODINGSDIR}/large"
  popd &> /dev/null
}

ends up leaving RPM_BUILD_ROOT in the encodings.dir files

Comment 1 Adam Jackson 2007-08-27 20:49:41 UTC
Fixed in 7.2-3, I think.