Skip to content

Commit 04276a5

Browse files
committed
maybe fix Linux build
1 parent 4977ba7 commit 04276a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

prebuild/Linux/preinstall.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# apt-get-style dependencies aren't done here since the
22
# linux build is done on a docker image that has them
33

4+
# ... except for libseccomp, which could go in the docker image, but for now I
5+
# don't want to rebuild it.
6+
apt-get install -y libseccomp-dev
7+
48
git clone git://anongit.gentoo.org/proj/pax-utils.git
59
cd pax-utils
610
# the last commit before they changed from make to meson

0 commit comments

Comments
 (0)