paper-gtk-theme: fix installation directory

This commit is contained in:
José Romildo Malaquias
2016-05-26 23:56:42 -03:00
parent 9a18cef082
commit ecce3999b2
+2 -2
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;