Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-77658

"make install" creates directories without user permissions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 5.13.0
    • Build tools: qmake
    • None
    • Linux/X11

    Description

      "make install" creates directories without user permissions, if umask is set to 0077 (files and programs within these directories get the correct permissions 0644 and 0755). This bug seems to be related to QTBUG-74733. I suggest to change spec_post.prf for LINUX as follows:

      QMAKE_MKDIR_CMD = test -d %1 || mkdir -p -m 755 %1

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtbuildsystem Qt Build System Team
            wschenke Winfried Schenke
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes