Ticket #48143: octave-1.0.tcl.diff
File octave-1.0.tcl.diff, 877 bytes (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/_resources/port1.0/group/octave-1.0.tcl
old new 159 159 } 160 160 161 161 destroot { 162 # filter out PKG_ADD/PKG_DEL from the architecture independent directory 163 # see https://savannah.gnu.org/bugs/?45369 164 # remove once this has been fixed upstream 165 166 system "tar zxf ${worksrcpath}/${distname}.tar.gz -C ${worksrcpath}" 167 system "rm ${worksrcpath}/${octave.module}/PKG_*" 168 system "tar zcf ${worksrcpath}/${distname}.tar.gz ${worksrcpath}/${octave.module}/${octave.module}" 169 162 170 xinstall -m 644 ${worksrcpath}/${distname}.tar.gz ${destroot}${prefix}/share/octave/${octave.module}.tar.gz 163 171 } 164 172