Swap make and tar.

This commit is contained in:
Andrius Štikonas 2022-05-14 12:42:03 +01:00
parent b9079045db
commit e4f5342ee4
6 changed files with 55 additions and 59 deletions

View file

@ -12,7 +12,7 @@ cd build
# Extract
cp ${distfiles}/${pkg}.tar.gz ../src/
gunzip -f ../src/${pkg}.tar.gz
tar xf ../src/${pkg}.tar
untar ../src/${pkg}.tar
cd ${pkg}
# Create .h files