summaryrefslogtreecommitdiff
path: root/net-misc/lksctp-tools/files/lksctp-tools-1.0.8-prefix.patch
blob: 6e5808468d50f08f1a759fd3ff0c4a84308cede8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
default @bindir@ expands to ${exec_prefix}/bin and default @exec_prefix@
expands to ${prefix}

--- src/withsctp/withsctp.in
+++ src/withsctp/withsctp.in
@@ -1,5 +1,7 @@
 #!/bin/sh
 # -*- sh -*-
+prefix=@prefix@
+exec_prefix=@exec_prefix@
 LIBDIR=@libdir@/@PACKAGE@
 BINDIR=@bindir@
 export LD_PRELOAD=${LIBDIR}/libwithsctp.so.1.0.6