Skip to content

Commit

Permalink
octave PG: use findBinary to find tar program
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez committed Jun 2, 2018
1 parent ef3d80b commit 0e64c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _resources/port1.0/group/octave-1.0.tcl
Expand Up @@ -90,7 +90,8 @@ configure.universal_args-delete --disable-dependency-tracking

pre-configure {

system -W ${workpath} "/usr/bin/tar cvfz ${distname}.tar.gz ${octave.module}"
set tar [findBinary tar ${portutil::autoconf::tar_path}]
system -W ${workpath} "${tar} cvfz ${distname}.tar.gz ${octave.module}"

if { [variant_exists universal] && [variant_isset universal] } {
global merger_configure_env
Expand Down

0 comments on commit 0e64c1c

Please sign in to comment.