summaryrefslogtreecommitdiff
path: root/devel/dialyzer/files/patch-setup.sh
blob: 4746b8dd6b7f84d3eabf2de78699a9c42066d784 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- setup.sh.orig
+++ setup.sh
@@ -46,7 +46,7 @@
 
 DIALYZER_OTP_DIR=$1
 
-DIALYZER_DIR=`pwd`
+DIALYZER_DIR=${DIALYZER_OTP_DIR}/lib/dialyzer-${VSN}
 LN="ln -s"
 if (test `uname | grep -i cygwin`) ; then
     DIALYZER_DIR=`cygpath -m $DIALYZER_DIR`