-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use pax-utils package instead of building
- Loading branch information
Showing
2 changed files
with
2 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,3 @@ | ||
# apt-get-style dependencies aren't done here since the | ||
# linux build is done on a docker image that has them | ||
|
||
# ... except for libseccomp, which could go in the docker image, but for now I | ||
# don't want to rebuild it. | ||
apt-get install -y libseccomp2 libseccomp-dev | ||
|
||
git clone git://anongit.gentoo.org/proj/pax-utils.git | ||
cd pax-utils | ||
# the last commit before they changed from make to meson | ||
git checkout d9f65269d7182ef1d313e3b87bcea37e45958561 | ||
PATH=$PATH:$PWD | ||
make | ||
cd .. |