Changes between Version 1 and Version 2 of Ticket #64083, comment 2
- Timestamp:
- Nov 29, 2021, 7:20:22 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64083, comment 2
v1 v2 14 14 15 15 post-extract { 16 system -W ${workpath} "tar xf [shellescape ${distpath}/${name}_${version}.orig.tar.gz]"16 system -W ${workpath} "tar -xzf [shellescape ${distpath}/${name}_${version}.orig.tar.gz]" 17 17 } 18 18 }}}