aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 07908a2..536f9e7 100644
--- a/.build.yml
+++ b/.build.yml
@@ -13,8 +13,9 @@ tasks:
cd cpt
make
- install-pax: |
- git clone https://github.com/carbslinux/otools
+ git clone --quiet https://github.com/carbslinux/otools
cd otools
+ ./configure
make pax
sudo install -Dm755 pax /usr/bin/pax
- test: |