numix-gtk-theme: fix installation directory

This commit is contained in:
José Romildo Malaquias 2016-05-26 22:01:45 -03:00
parent 8479e0ad84
commit f83cbcb51e

View File

@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
buildInputs = [ gtk-engine-murrine ];
installPhase = ''
make install DESTDIR="$out"
postPatch = ''
substituteInPlace Makefile --replace '$(DESTDIR)'/usr $out
'';
meta = {