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
  • Ethan Sommer's avatar
    makepkg: replaces sed in-place with built in substitution · 3a814ee6
    Ethan Sommer authored Nov 05, 2019 and Allan McRae's avatar Allan McRae committed Nov 06, 2019
    
    
    Reads PKGBUILD into an array and replaces the pkgver and pkgrel with
    bash parameter substitution, then uses shell redirection to write to to
    the file. Because shell redirection follows symlinks, this accomplishes
    the same thing as the previous default of using the GNU-specific
    --follow-symlinks sed flag.
    
    Removes SEDPATH and SEDINPLACEFLAGS from the build systems as they are
    not used elsewhere.
    
    Signed-off-by: default avatarEthan Sommer <e5ten.arch@gmail.com>
    Signed-off-by: Allan McRae's avatarAllan McRae <allan@archlinux.org>
    3a814ee6