Skip to content

Commit

Permalink
hack: solve opengamepadui build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Aug 14, 2024
1 parent 26bb071 commit 69240cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aur-pkgs/build-aur-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ source manifest;
sudo mkdir -p /workdir/aur-pkgs
sudo chown build:build /workdir/aur-pkgs

pikaur --noconfirm -S inputplumber-bin

PIKAUR_CMD="PKGDEST=/workdir/aur-pkgs pikaur --noconfirm -Sw ${AUR_PACKAGES}"
PIKAUR_RUN=(bash -c "${PIKAUR_CMD}")
"${PIKAUR_RUN[@]}"

0 comments on commit 69240cd

Please sign in to comment.