summary refs log tree commit diff
path: root/pkgs/tools/filesystems/glusterfs
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2017-05-11 16:53:23 +0200
committerNiklas Hambüchen <mail@nh2.me>2017-05-19 16:56:30 +0200
commit2f7152f997feca9261a67fd9368dc3547d676c5b (patch)
tree4ca8a917f53b290227e2e273b72f6d5fe4b012c9 /pkgs/tools/filesystems/glusterfs
parent8b17444047eef7c01821dbb5a822d81708c2638a (diff)
downloadnixlib-2f7152f997feca9261a67fd9368dc3547d676c5b.tar
nixlib-2f7152f997feca9261a67fd9368dc3547d676c5b.tar.gz
nixlib-2f7152f997feca9261a67fd9368dc3547d676c5b.tar.bz2
nixlib-2f7152f997feca9261a67fd9368dc3547d676c5b.tar.lz
nixlib-2f7152f997feca9261a67fd9368dc3547d676c5b.tar.xz
nixlib-2f7152f997feca9261a67fd9368dc3547d676c5b.tar.zst
nixlib-2f7152f997feca9261a67fd9368dc3547d676c5b.zip
glusterfs: Remove no longer needed subsitutions of DESTDIR.
They were made unnecessary in commit d07154b3bc8, which added
`makeFlags = "DESTDIR=$(out)";`.
Diffstat (limited to 'pkgs/tools/filesystems/glusterfs')
-rw-r--r--pkgs/tools/filesystems/glusterfs/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/tools/filesystems/glusterfs/default.nix b/pkgs/tools/filesystems/glusterfs/default.nix
index 4689207e835a..0eeff408d079 100644
--- a/pkgs/tools/filesystems/glusterfs/default.nix
+++ b/pkgs/tools/filesystems/glusterfs/default.nix
@@ -36,14 +36,6 @@ rec {
 
   makeFlags = "DESTDIR=$(out)";
 
-  preInstall = ''
-    substituteInPlace api/examples/Makefile --replace '$(DESTDIR)' $out
-    substituteInPlace geo-replication/syncdaemon/Makefile --replace '$(DESTDIR)' $out
-    substituteInPlace geo-replication/syncdaemon/Makefile --replace '$(DESTDIR)' $out
-    substituteInPlace xlators/features/glupy/examples/Makefile --replace '$(DESTDIR)' $out
-    substituteInPlace xlators/features/glupy/src/Makefile --replace '$(DESTDIR)' $out
-    '';
-
   postInstall = ''
     cp -r $out/$out/* $out
     rm -r $out/nix