From 2d34360ae35e587457b81d6eacc8b3ace451791d Mon Sep 17 00:00:00 2001 From: zbyniu Date: Thu, 5 Apr 2007 21:10:35 +0000 Subject: [PATCH] - new Changed files: glusterfs-DESTDIR.patch -> 1.1 --- glusterfs-DESTDIR.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 glusterfs-DESTDIR.patch diff --git a/glusterfs-DESTDIR.patch b/glusterfs-DESTDIR.patch new file mode 100644 index 0000000..908ba1d --- /dev/null +++ b/glusterfs-DESTDIR.patch @@ -0,0 +1,11 @@ +--- glusterfs-1.2.3/glusterfs-fuse/src/Makefile.in~ 2007-01-19 00:58:46.000000000 +0000 ++++ glusterfs-1.2.3/glusterfs-fuse/src/Makefile.in 2007-03-14 22:10:23.152209000 +0000 +@@ -425,7 +425,7 @@ uninstall-am: uninstall-sbinPROGRAMS + + + install-data-local: +- mkdir -p $(localstatedir)/log/glusterfs/ ++ mkdir -p $(DESTDIR)$(localstatedir)/log/glusterfs/ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: -- 2.44.0