paper-gtk-theme: fix installation directory
This commit is contained in:
parent
9a18cef082
commit
ecce3999b2
@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ gtk_engines ];
|
buildInputs = [ gtk_engines ];
|
||||||
|
|
||||||
installPhase = ''
|
postPatch = ''
|
||||||
make install DESTDIR="$out"
|
substituteInPlace Makefile.am --replace '$(DESTDIR)'/usr $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user