paper-icon-theme: fix installation directory
This commit is contained in:
parent
923a63ad5d
commit
864e3ff38e
@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
installPhase = ''
|
postPatch = ''
|
||||||
make install DESTDIR="$out"
|
substituteInPlace Makefile.am --replace '$(DESTDIR)'/usr $out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user