Bug 3487 - fix install of python extensions
Summary: fix install of python extensions
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: python (show other bugs)
Version: 3.0.21b
Hardware: All Linux
: P3 trivial
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-05 23:01 UTC by Vladimir Lettiev
Modified: 2006-02-05 23:16 UTC (History)
0 users

See Also:


Attachments
fix-python-install.patch (411 bytes, patch)
2006-02-05 23:07 UTC, Vladimir Lettiev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Lettiev 2006-02-05 23:01:24 UTC
There is a problem with correct packaging of python extensions (in rpm). Target `python_install` ignore $(DESTDIR) variable and install files directly in $(LIBDIR).
Comment 1 Vladimir Lettiev 2006-02-05 23:07:00 UTC
Created attachment 1721 [details]
fix-python-install.patch

simple patch to fix install of python extensions
Comment 2 Tim Potter 2006-02-05 23:16:43 UTC
Cool - a patch.  Thanks!  (-:

I've checked in it.