Ticket #39591: fuse4x-kext.diff
File fuse4x-kext.diff, 1.1 KB (added by xionglingfeng@…, 11 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id $2 # $Id: Portfile 98106 2012-09-25 05:33:50Z dports@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 PortGroup xcode 1.0 … … 59 59 60 60 xcode.configuration Release 61 61 62 destroot.asroot yes62 destroot.asroot no 63 63 64 64 destroot { 65 65 xinstall -d ${destroot}${kextdir} 66 66 file copy ${worksrcpath}/build/${xcode.configuration}/fuse4x.kext ${destroot}${kextdir} 67 file attributes ${destroot}${kextdir}/fuse4x.kext -owner root -group wheel -permissions rwxr-xr-x68 67 69 68 xinstall -d ${destroot}${kextdir}/fuse4x.kext/Support 70 xinstall - o root -m 4755 ${worksrcpath}/build/${xcode.configuration}/load_fuse4x ${destroot}${kextdir}/fuse4x.kext/Support69 xinstall -m 4755 ${worksrcpath}/build/${xcode.configuration}/load_fuse4x ${destroot}${kextdir}/fuse4x.kext/Support 71 70 }