Skip to content

Commit

Permalink
github: fake pkg_install
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Dec 10, 2024
1 parent 13a1902 commit 811b417
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-pkgin-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
bmake
bmake DESTDIR=/tmp/destdir install
)
# Generate fake pkg_install binaries, they will never be used.
for prog in pkg_add pkg_admin pkg_create pkg_delete pkg_info; do
touch /tmp/${prog}
chmod +x /tmp/${prog}
done
- name: Build each tag
run: |
mkdir bin
Expand Down

0 comments on commit 811b417

Please sign in to comment.