Skip to content

Commit

Permalink
another attempt at linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Apr 14, 2024
1 parent b554283 commit 02c2c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebuild/Linux/preinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# ... except for libseccomp, which could go in the docker image, but for now I
# don't want to rebuild it.
apt-get install -y libseccomp-dev
apt-get install -y libseccomp libseccomp-dev

git clone git://anongit.gentoo.org/proj/pax-utils.git
cd pax-utils
Expand Down

0 comments on commit 02c2c7c

Please sign in to comment.