Skip to content

Commit

Permalink
Make sure to install the marko package
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 5, 2023
1 parent 55ff6c9 commit a34b96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-marko.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ fi

rm -r "build/marko" || true
git clone "https://aur.archlinux.org/python-marko.git" "build/marko"
(cd build/marko || exit 1; env EUID=$TARGET_EUID makepkg -sf --noconfirm)
(cd build/marko || exit 1; env EUID=$TARGET_EUID makepkg -sif --noconfirm)
mkdir dist || true
cp build/marko/*.tar.* dist/

0 comments on commit a34b96f

Please sign in to comment.