Bug 156782

Summary: po/Makefile uses $RPM_BUILD_ROOT
Product: [Fedora] Fedora Reporter: Joshua Nichols <nichoj>
Component: system-config-dateAssignee: Nils Philippsen <nphilipp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-06 13:54:43 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:
Attachments:
Description Flags
Patches po/Makefile to use INSTROOT none

Description Joshua Nichols 2005-05-04 08:40:02 UTC
Description of problem:

The po/Makefile of system-config-date-1.7.17-2 tries to install files under
$RPM_BUILD_ROOT, which wouldn't be defined unless system-config-date is being
built via rpmbuild. Instead, it should be using INSTROOT, like the other
Makefiles in the package. On a side note, I believe DESTDIR is the more commonly
used variable name, compared to INSTROOT, but it doesn't really matter as long
as it is uniform across a particular package.

Comment 1 Joshua Nichols 2005-05-04 08:40:02 UTC
Created attachment 113997 [details]
Patches po/Makefile to use INSTROOT

Comment 2 Nils Philippsen 2005-05-06 13:54:43 UTC
Fixed package to use DESTDIR consistently in system-config-date-1.7.18.