diff --git a/unix-tools/install-wrapped.sh b/unix-tools/install-wrapped.sh index df71254..7660332 100755 --- a/unix-tools/install-wrapped.sh +++ b/unix-tools/install-wrapped.sh @@ -49,6 +49,6 @@ while read mode name ; do esac done target=$DGPATH/$name - echo "#!$DGPATH/dgsh-wrap$opt" >$target + echo "#!$PREFIX/libexec/dgsh/dgsh-wrap$opt" >$target chmod 755 $target done