Merge lp:~pefarrell/spud/diamond-setup into lp:spud
Proposed by
Patrick Farrell
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Tim Greaves | ||||
Approved revision: | 519 | ||||
Merged at revision: | 519 | ||||
Proposed branch: | lp:~pefarrell/spud/diamond-setup | ||||
Merge into: | lp:spud | ||||
Diff against target: |
147 lines (+23/-23) 3 files modified
config.guess (+5/-4) config.sub (+14/-5) diamond/setup.py.in (+4/-14) |
||||
To merge this branch: | bzr merge lp:~pefarrell/spud/diamond-setup | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cian Wilson | Approve | ||
Tim Greaves | Approve | ||
Review via email:
|
Description of the change
This branch fixes the setup.py issues for diamond, and in the process simplifies it considerably.
The root problem (ha ha) was that the target directory of the data_files was supplied as
'//usr/
instead of
'/usr/share/
This means we can get rid of pulling the --root out of sys.argv ourselves, and get rid of looking up the environment variable DESTDIR.
To post a comment you must log in.
Confused by the appearance of the config.guess and config.sub changes - are these intentional?
The rest looks good for removing the root and destdir complexity.
Probably silly question - but at what stage is the additional leading / being dealt with, given it's not apparent from this merge?
Thanks for looking at this!