Opened 17 years ago
Closed 17 years ago
#5450 closed defect (worksforme)
make install on win32 does not create required parent directories
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21.1 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | win32 |
Cc: | Ticket locked: | no |
Description
make install fails if a parent directory does not exist. For example c:\mythtv\build\bin fails if build fails.
Patch fixes this for win32
Attachments (1)
Change History (2)
Changed 17 years ago by
Attachment: | settings.patch added |
---|
comment:1 Changed 17 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
The packager script already patches both Qt3 and Qt4 for the mkdir -p, 0-21-fixes already has the QMAKE_INSTALL_DIR fix (Qt4/trunk doesn't need it), and the DEPENDS patch is already added by the packager script (not that I understand why it is needed, but I will explore that later).
Note: See
TracTickets for help on using
tickets.
fix for mkdir parent directories not created