We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4977ba7 commit 04276a5Copy full SHA for 04276a5
prebuild/Linux/preinstall.sh
@@ -1,6 +1,10 @@
1
# apt-get-style dependencies aren't done here since the
2
# linux build is done on a docker image that has them
3
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
+
8
git clone git://anongit.gentoo.org/proj/pax-utils.git
9
cd pax-utils
10
# the last commit before they changed from make to meson
0 commit comments