blob: 634ce46090414413f4675d75ea99b2533f457026 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Makefile fix for staging to work correctly.
# Scott Garman <scott.a.garman@intel.com>
--- nfs-server-2.2beta47/Makefile.in.orig 2010-08-03 20:55:05.000000000 -0700
+++ nfs-server-2.2beta47/Makefile.in 2010-08-03 20:55:42.000000000 -0700
@@ -69,7 +69,7 @@
RPC_WARNFLAGS = @RPC_WARNFLAGS@
TRANSPORTFLAGS = @RPCGEN_I@ -s udp -s tcp
-prefix = $(install_prefix)/usr
+prefix = @prefix@
exec_prefix = $(prefix)
bindir = $(exec_prefix)/sbin
|