paper-gtk-theme: fix installation directory

This commit is contained in:
José Romildo Malaquias 2016-05-26 23:41:39 -03:00
parent 9a18cef082
commit ecce3999b2

View File

@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [ gtk_engines ];
installPhase = ''
make install DESTDIR="$out"
postPatch = ''
substituteInPlace Makefile.am --replace '$(DESTDIR)'/usr $out
'';
preferLocalBuild = true;