Merge lp:~spud/spud/fix-non-debian-build-201403 into lp:spud
Status: | Merged |
---|---|
Merged at revision: | 536 |
Proposed branch: | lp:~spud/spud/fix-non-debian-build-201403 |
Merge into: | lp:spud |
Diff against target: |
12 lines (+1/-1) 1 file modified
Makefile.in (+1/-1) |
To merge this branch: | bzr merge lp:~spud/spud/fix-non-debian-build-201403 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cian Wilson | Approve | ||
Review via email: mp+209991@code.launchpad.net |
Commit message
On CentOS when building with DESTDIR set, 'make install-dxdiff' fails when pyversions isn't found - this is a Debian-specific python tool. It appears that a BUILDING_DEBIAN has been mistakenly replaced with a DESTDIR in Makefile.in to cause this behaviour.
Description of the change
On CentOS when building with DESTDIR set, 'make install-dxdiff' fails when pyversions isn't found - this is a Debian-specific python tool. It appears that a BUILDING_DEBIAN has been mistakenly replaced with a DESTDIR in Makefile.in to cause this behaviour. This merge fixes the problem.
Please could someone sanity-check this to make sure that there isn't something deeper going on such that this isn't a 'mistake'.
Based on the lines above for 'install-pyspud' this looks sane to me but I can't comment for sure.
I'm piping up more because I haven't hit this on centos (6.2 and 6.5) so am curious what's different. Under what circumstances is DESTDIR defined?
Your fix works fine for me on centos too so no problems from that perspective.