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:
Vincent Laporte 2016-04-22 11:52:15 +02:00
parent 3148c7e45b
commit 71e0ce571b

View File

@ -15,6 +15,7 @@ stdenv.mkDerivation {
'';
preInstall = ''
rm -f INSTALL
mkdir -p $out/bin
'';