Add untar.c

This commit is contained in:
Andrius Štikonas 2021-04-15 01:00:51 +01:00
parent 0d64413670
commit f030a3a74e
10 changed files with 56 additions and 29 deletions

View file

@ -11,7 +11,7 @@ set -ex
cd build
# Extract
tar xf ../src/${pkg}.tar
untar ../src/${pkg}.tar
cd ${pkg}
# Compile