summaryrefslogtreecommitdiff
path: root/wrapper
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-08-30 20:42:51 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-08-30 20:42:51 +0800
commit03c9487c90de1fb02519f9d457c61066dee61388 (patch)
tree0077afba101de84fd5c9e5fe2ddc2ca365467206 /wrapper
parentb295c37f2d63a7adbfa6def369d95e9e7488ccbe (diff)
wrapper: actually run the server
Diffstat (limited to 'wrapper')
-rw-r--r--wrapper/ppswrapper-run-server.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/wrapper/ppswrapper-run-server.in b/wrapper/ppswrapper-run-server.in
index 4634df9..244c93e 100644
--- a/wrapper/ppswrapper-run-server.in
+++ b/wrapper/ppswrapper-run-server.in
@@ -2,4 +2,5 @@
prefix=@prefix@
libdir=@libdir@
-LD_PRELOAD=${libdir}/libppswrapper-preload.so${LD_PRELOAD:+:$LD_PRELOAD} exec "$@"
+libexecdir=@libexecdir@
+LD_PRELOAD=${libdir}/libppswrapper-preload.so${LD_PRELOAD:+:$LD_PRELOAD} exec ${prefix}/${libexecdir}/ppswrapper-server "$@"