Changeset 32257 for trunk/dports/cross
- Timestamp:
- Dec 23, 2007, 9:39:21 AM (12 years ago)
- Location:
- trunk/dports/cross
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/cross/arm-apple-darwin-binutils/Portfile
r30190 r32257 54 54 55 55 # Make the binaries externally visible. 56 system "cd ${destroot} /${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-ld ./"57 system "cd ${destroot} /${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-as ./"58 system "cd ${destroot} /${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-ar ./"59 system "cd ${destroot} /${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-libtool ./"60 system "cd ${destroot} /${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-ranlib ./"56 system "cd ${destroot}${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-ld ./" 57 system "cd ${destroot}${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-as ./" 58 system "cd ${destroot}${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-ar ./" 59 system "cd ${destroot}${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-libtool ./" 60 system "cd ${destroot}${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-ranlib ./" 61 61 62 62 # Set up non-prefixed binaries in the iphone bin directory -
trunk/dports/cross/arm-apple-darwin-cc/Portfile
r30190 r32257 45 45 post-destroot { 46 46 # Make the binaries externally visible. 47 system "cd ${destroot} /${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-cc ./"47 system "cd ${destroot}${prefix}/bin && ln -s ${iphone_prefix}/bin/arm-apple-darwin-cc ./" 48 48 49 49 # Set up non-prefixed binaries in the iphone bin directory
Note: See TracChangeset
for help on using the changeset viewer.