Bug 72530 - small bug in %install section
Summary: small bug in %install section
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: libpng
Version: 8.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-08-24 22:32 UTC by Arjan van de Ven
Modified: 2013-04-02 04:16 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-02-20 05:06:31 UTC
Embargoed:


Attachments (Terms of Use)

Description Arjan van de Ven 2002-08-24 22:32:22 UTC
make install prefix=$RPM_BUILD_ROOT/usr

should be

make install prefix=$RPM_BUILD_ROOT/usr LIBPATH=$RPM_BUILD_ROOT/%{_libdir}

to make sure multilib architectures like x86-64 work with this package

Comment 1 Jonathan Blandford 2003-02-20 05:06:31 UTC
dunno why it isn't just %makeinstall, but this has been fixed, it seems.


Note You need to log in before you can comment on or make changes to this bug.