Ticket #18900: openssl-universal-destroot-fix.diff
File openssl-universal-destroot-fix.diff, 642 bytes (added by sam@…, 16 years ago) |
---|
-
opt/mports/trunk/dports/devel/openssl/Portfile
111 111 system "cd ${workpath}/pre-dest/${arch}${prefix} && patch --no-backup-if-mismatch -p0 < ${configpatch}" 112 112 } 113 113 114 set basepath "${workpath}/pre-dest/ i386"114 set basepath "${workpath}/pre-dest/${arch}" 115 115 fs-traverse file "${basepath}" { 116 116 set fpath [string range "${file}" [string length "${basepath}"] [string length "${file}"]] 117 117 if {${fpath} != ""} {