Skip to content

Commit

Permalink
Create $buildsrcdir
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 10, 2023
1 parent f28641a commit 5e811f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-pkgs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ for pkg in "${pkgs[@]}"; do

# Copy the generated .SRCINFO and (potentially) autobumped PKGBUILD
buildsrcdir="$builddir/src/$pkg"
mkdir -p "$buildsrcdir"
makepkg --printsrcinfo > "$buildsrcdir/.SRCINFO"
cp PKGBUILD "$buildsrcdir"
)
Expand Down

0 comments on commit 5e811f5

Please sign in to comment.