Skip to content

Commit

Permalink
paper-icon-theme: fix installation directory
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed May 27, 2016
1 parent 923a63a commit 864e3ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/icons/paper-icon-theme/default.nix
Expand Up @@ -14,8 +14,8 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ autoreconfHook ];

installPhase = ''
make install DESTDIR="$out"
postPatch = ''
substituteInPlace Makefile.am --replace '$(DESTDIR)'/usr $out
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 864e3ff

Please sign in to comment.