Commits
Joshua Root authored 286798b8c56
23 23 | |
24 24 | universal_variant no |
25 25 | |
26 26 | xcode.destroot.settings SKIP_INSTALL=yes |
27 27 | |
28 28 | post-destroot { |
29 29 | xinstall -d ${destroot}${applications_dir} |
30 30 | copy "${worksrcpath}/build/UninstalledProducts/Desktop Manager.app" \ |
31 31 | ${destroot}${applications_dir} |
32 32 | |
33 - | eval delete [glob "${destroot}${applications_dir}/Desktop Manager.app/Contents/{PlugIns,Resources/*}/*.bundle/*.bundle"] |
33 + | delete {*}[glob "${destroot}${applications_dir}/Desktop Manager.app/Contents/{PlugIns,Resources/*}/*.bundle/*.bundle"] |
34 34 | } |
35 35 | |
36 36 | livecheck.type regex |
37 37 | livecheck.url http://developer.berlios.de/project/showfiles.php?group_id=3463 |
38 38 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)" |