Revert "gnustep-make: fix installation path"

This reverts commit 4f1559a75190c8e702d8c0d88c4c3791e47fcd4b.

+5 -2
+5 -2
pkgs/development/tools/build-managers/gnustep/make/default.nix
··· 11 11 12 12 patchPhase = '' 13 13 substituteInPlace GNUmakefile.in \ 14 - --replace which type 14 + --replace which type \ 15 + --replace 'tooldir = $(DESTDIR)' 'tooldir = ' \ 16 + --replace 'makedir = $(DESTDIR)' 'makedir = ' \ 17 + --replace 'mandir = $(DESTDIR)' 'mandir = ' 15 18 16 19 substituteInPlace FilesystemLayouts/apple \ 17 20 --replace /usr/local "" ··· 20 23 --replace /Library/GNUstep "$out" 21 24 ''; 22 25 23 - installFlags = [ "PREFIX=$(out)" ]; 26 + installFlags = "DESTDIR=$(out)"; 24 27 25 28 postInstall = '' 26 29 mkdir -p $out/nix-support