Ticket #15152: patch-simh-dSYM.diff
File patch-simh-dSYM.diff, 656 bytes (added by raimue (Rainer Müller), 17 years ago) |
---|
-
Users/raim/src/macports/trunk/dports/emulators/simh/Portfile
39 39 destroot { 40 40 set binaries [ exec ls ${worksrcpath}/BIN ] 41 41 foreach binary $binaries { 42 if {![string match "*.dSYM" binary]} { 42 43 system "install -c -m 755 ${worksrcpath}/BIN/${binary} ${destroot}${prefix}/bin/simh-${binary}" 44 } 43 45 } 44 46 45 47 xinstall -d -m 755 ${destroot}${prefix}/share/simh/VAX