mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(numactl)
This commit is contained in:
parent
492398fe88
commit
0a83af9047
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ build:
|
||||||
# numa is linux only
|
# numa is linux only
|
||||||
if test {{ hw.platform }} != "linux"
|
if test {{ hw.platform }} != "linux"
|
||||||
then
|
then
|
||||||
mkdir {{ prefix }}/bin
|
mkdir -p "{{ prefix }}/bin"
|
||||||
touch {{ prefix }}/not-used-on-darwin
|
touch {{ prefix }}/not-used-on-darwin
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue