diff options
Diffstat (limited to 'meta/recipes-devtools/unfs-server/unfs-server-2.2beta47/016-makefile.in.patch')
-rw-r--r-- | meta/recipes-devtools/unfs-server/unfs-server-2.2beta47/016-makefile.in.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/unfs-server/unfs-server-2.2beta47/016-makefile.in.patch b/meta/recipes-devtools/unfs-server/unfs-server-2.2beta47/016-makefile.in.patch new file mode 100644 index 0000000000..634ce46090 --- /dev/null +++ b/meta/recipes-devtools/unfs-server/unfs-server-2.2beta47/016-makefile.in.patch | |||
@@ -0,0 +1,14 @@ | |||
1 | # Makefile fix for staging to work correctly. | ||
2 | # Scott Garman <scott.a.garman@intel.com> | ||
3 | |||
4 | --- nfs-server-2.2beta47/Makefile.in.orig 2010-08-03 20:55:05.000000000 -0700 | ||
5 | +++ nfs-server-2.2beta47/Makefile.in 2010-08-03 20:55:42.000000000 -0700 | ||
6 | @@ -69,7 +69,7 @@ | ||
7 | RPC_WARNFLAGS = @RPC_WARNFLAGS@ | ||
8 | TRANSPORTFLAGS = @RPCGEN_I@ -s udp -s tcp | ||
9 | |||
10 | -prefix = $(install_prefix)/usr | ||
11 | +prefix = @prefix@ | ||
12 | exec_prefix = $(prefix) | ||
13 | |||
14 | bindir = $(exec_prefix)/sbin | ||