Use packages/ subdir instead of build/ for Docker package builds

This commit is contained in:
Vitaliy Filippov
2021-02-25 23:59:04 +03:00
parent bf9a175efc
commit 178388ac8c
6 changed files with 32 additions and 35 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
gcc -E -o fio_headers.i fio_headers.h
gcc -I. -E -o fio_headers.i src/fio_headers.h
rm -rf fio-copy
for i in `grep -Po 'fio/[^"]+' fio_headers.i | sort | uniq`; do