X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=misc%2Fbuild_helpers%2Fosx%2Fscripts%2Fpostinstall;h=480426184dedd8b1a43bac507d5a25a7fe3f6bcb;hb=e92a9774fa49f61fd7b08527c0550615e0df1a20;hp=aefc4fd316b2dcc15e4d93fccc3b76479d043b00;hpb=7309aed524f3bc44ec4035d35556118eea6416ba;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/misc/build_helpers/osx/scripts/postinstall b/misc/build_helpers/osx/scripts/postinstall index aefc4fd3..48042618 100755 --- a/misc/build_helpers/osx/scripts/postinstall +++ b/misc/build_helpers/osx/scripts/postinstall @@ -1,3 +1,8 @@ #!/bin/bash -echo "/Applications/tahoe.app/bin" >> /etc/paths.d/tahoe +PWD=`pwd` + +echo "/Applications/tahoe.app/bin/" >> /etc/paths.d/tahoe + +# copy the manpage into /etc/manpaths.d/ +echo "/Applications/tahoe.app/docs/man/" >> /etc/manpaths.d/tahoe