Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
L
lxc
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • lxc
  • Repository

Switch branch/tag
  • lxc
  • src
  • python-lxc
  • setup.py.in
Find file
BlameHistoryPermalink
  • Daniel Miranda's avatar
    build: Make setup.py run from srcdir to avoid distutils errors · f4eddfef
    Daniel Miranda authored Aug 25, 2014
    distutils can't handle paths to source files containing '..'. It will
    try to navigate away from the build directory and fail. To fix that,
    before building the python module, transform all the path variables then
    cd to the srcdir, and set the build directory manually.
    
    This is hopefully the last needed fix to use separate build and
    source diretories.
    Signed-off-by: 's avatarDaniel Miranda <danielkza2@gmail.com>
    Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
    f4eddfef
setup.py.in 2.14 KB
EditWeb IDE
×

Replace setup.py.in

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.