Revert "gnustep-make: fix installation path"
This reverts commit 4f1559a751.
This commit is contained in:
@@ -11,7 +11,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace GNUmakefile.in \
|
substituteInPlace GNUmakefile.in \
|
||||||
--replace which type
|
--replace which type \
|
||||||
|
--replace 'tooldir = $(DESTDIR)' 'tooldir = ' \
|
||||||
|
--replace 'makedir = $(DESTDIR)' 'makedir = ' \
|
||||||
|
--replace 'mandir = $(DESTDIR)' 'mandir = '
|
||||||
|
|
||||||
substituteInPlace FilesystemLayouts/apple \
|
substituteInPlace FilesystemLayouts/apple \
|
||||||
--replace /usr/local ""
|
--replace /usr/local ""
|
||||||
@@ -20,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
--replace /Library/GNUstep "$out"
|
--replace /Library/GNUstep "$out"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installFlags = [ "PREFIX=$(out)" ];
|
installFlags = "DESTDIR=$(out)";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/nix-support
|
mkdir -p $out/nix-support
|
||||||
|
|||||||
Reference in New Issue
Block a user