Changeset 98027


Ignore:
Timestamp:
Sep 23, 2012, 8:14:14 AM (12 years ago)
Author:
and.damore@…
Message:

port virtualbox: avoid unneeded execute permission on extension pack; nomaintainer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/emulators/virtualbox/Portfile

    r97829 r98027  
    302302        foreach {f} [glob -directory ${worksrcpath} -type f *] {
    303303
    304             xinstall -o "root" -g "admin" -m 0755 ${f} \
     304            xinstall -o "root" -g "admin" -m 0644 ${f} \
    305305                ${destroot}${applications_dir}/${ext_dir}/${name_extpack}
    306306        }
     
    311311            foreach {f} [glob -directory ${worksrcpath}/${arch} *] {
    312312
    313                 xinstall -o "root" -g "admin" -m 0755 ${f} \
     313                xinstall -o "root" -g "admin" -m 0644 ${f} \
    314314                    ${destroot}${applications_dir}/${ext_dir}/${name_extpack}/${arch}
    315315            }
Note: See TracChangeset for help on using the changeset viewer.