diff --git a/trunk/xmount.pmdoc/index.xml b/trunk/xmount.pmdoc/index.xml index eb151a6..3f7f990 100644 --- a/trunk/xmount.pmdoc/index.xml +++ b/trunk/xmount.pmdoc/index.xml @@ -1,103 +1,103 @@ xmount PMDOC_VERSION PMDOC_CWD/xmount-PMDOC_VERSION.pkg www.pinguin.lu function check_for_fuse() { // Installed using .pkg - if(system.files.fileExistsAtPath('/Library/Filesystems/osxfusefs.fs/Support/osxfusefs.kext')==true) { + if(system.files.fileExistsAtPath('/Library/Filesystems/osxfusefs.fs')==true) { return true; } // Installed trough MacPorts - if(system.files.fileExistsAtPath('/opt/local/Library/Filesystems/osxfusefs.fs/Support/osxfusefs.kext')==true) { + if(system.files.fileExistsAtPath('/opt/local/Library/Filesystems/osxfusefs.fs')==true) { return true; } return false; } .\ \ This version of xmount includes the following statically linked libraries:\ \ ==== LIBEWF\ Copyright (c) 2006-2009, Joachim Metz , Hoffmann Investigations.\ \ This software is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\ \ This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\ \ You should have received a copy of the GNU Lesser General Public License along with this software. If not, see .\ \ ==== AFFLIB\ Copyright (c) 2005, 2006, 2007 Simson L. Garfinkel and Basis Technology Corp. All rights reserved.\ \ This code is derrived from software contributed by Simson L. Garfinkel\ \ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\ \ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\ 3. All advertising materials mentioning features or use of this software must display the following acknowledgement:\ This product includes software developed by Simson L. Garfinkel and Basis Technology Corp.\ 4. Neither the name of Simson L. Garfinkel, Basis Technology, or other contributors to this program may be used to endorse or promote products derived from this software without specific prior written permission.\ \ THIS SOFTWARE IS PROVIDED BY SIMSON L. GARFINKEL, BASIS TECHNOLOGY, AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SIMSON L. GARFINKEL, BASIS TECHNOLOGY, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ \ AFF and AFFLIB is a trademark of Simson Garfinkel and Basis Technology Corp.}]]> check_for_fuse() FUSE missing Your system is missing FUSE support. Please install FUSE for OS X from https://osxfuse.github.io/ prior to launching this installer. 01dstroot.xml properties.systemDomain properties.title