pass -Dt to install
This commit is contained in:
parent
95541cae96
commit
f1ee399717
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in
|
||||||
src = open-relay;
|
src = open-relay;
|
||||||
buildPhase = "true";
|
buildPhase = "true";
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -m444 $out/share/truetype/${v.name} ${v.path}.ttf
|
install -m444 -Dt $out/share/truetype/${v.name} ${v.path}.ttf
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Reference in a new issue