diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: | |