Opened 16 years ago

Closed 16 years ago

#5450 closed defect (worksforme)

make install on win32 does not create required parent directories

Reported by: arnonm@… 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)

settings.patch (623 bytes) - added by arnonm@… 16 years ago.
fix for mkdir parent directories not created

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by arnonm@…

Attachment: settings.patch added

fix for mkdir parent directories not created

comment:1 Changed 16 years ago by Nigel

Resolution: worksforme
Status: newclosed

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.