csdp: fix build on Darwin
When the `INSTALL` file is present, `make` claims that the `install` target is up-to-date.
This commit is contained in:
parent
3148c7e45b
commit
71e0ce571b
@ -15,6 +15,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
|
rm -f INSTALL
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user