gildas: use the standard installPhase

This commit is contained in:
Sebastien Maret 2018-06-14 09:31:51 +02:00
parent 8603f343a3
commit ba2f45c182

View File

@ -33,10 +33,10 @@ stdenv.mkDerivation rec {
buildPhase='' buildPhase=''
make depend make depend
make install make
''; '';
installPhase='' postInstall=''
mkdir -p $out/bin mkdir -p $out/bin
cp -a ../gildas-exe-${srcVersion}/* $out cp -a ../gildas-exe-${srcVersion}/* $out
mv $out/$GAG_EXEC_SYSTEM $out/libexec mv $out/$GAG_EXEC_SYSTEM $out/libexec