Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P Pacman
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
    • Locked files
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Pacman
  • Pacman
  • Repository
  • pacman
  • scripts
  • makepkg.sh.in
Find file BlameHistoryPermalink
  • Eli Schwartz's avatar
    makepkg: add the $startdir to package .BUILDINFO · 0428f621
    Eli Schwartz authored Nov 15, 2019 and Allan McRae's avatar Allan McRae committed Nov 26, 2019
    
    
    This value is needed for reproducible builds. The reason is because
    $BUILDDIR changes its behavior depending on whether it is the same as
    $startdir, and the result is that we cannot know whether $srcdir (the
    path that is potentially embedded into the final package) is actually
    "$BUILDDIR/src" or "$BUILDDIR/$pkgbase/src".
    
    Signed-off-by: Eli Schwartz's avatarEli Schwartz <eschwartz@archlinux.org>
    Signed-off-by: Allan McRae's avatarAllan McRae <allan@archlinux.org>
    0428f621