Ticket #39591: fuse4x-kext.diff

File fuse4x-kext.diff, 1.1 KB (added by xionglingfeng@…, 11 years ago)
  • Portfile

    old new  
    11# -*- 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 $
    33
    44PortSystem          1.0
    55PortGroup           xcode 1.0
     
    5959
    6060xcode.configuration Release
    6161
    62 destroot.asroot     yes
     62destroot.asroot     no
    6363
    6464destroot {
    6565    xinstall -d ${destroot}${kextdir}
    6666    file copy ${worksrcpath}/build/${xcode.configuration}/fuse4x.kext ${destroot}${kextdir}
    67     file attributes ${destroot}${kextdir}/fuse4x.kext -owner root -group wheel -permissions rwxr-xr-x
    6867
    6968    xinstall -d ${destroot}${kextdir}/fuse4x.kext/Support
    70     xinstall -o root -m 4755 ${worksrcpath}/build/${xcode.configuration}/load_fuse4x ${destroot}${kextdir}/fuse4x.kext/Support
     69    xinstall -m 4755 ${worksrcpath}/build/${xcode.configuration}/load_fuse4x ${destroot}${kextdir}/fuse4x.kext/Support
    7170}