diff options
Diffstat (limited to 'internal/rosa/unzip.go')
| -rw-r--r-- | internal/rosa/unzip.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/rosa/unzip.go b/internal/rosa/unzip.go index f6a65b82..b8fa3de3 100644 --- a/internal/rosa/unzip.go +++ b/internal/rosa/unzip.go @@ -11,10 +11,10 @@ func (t Toolchain) newUnzip() (pkg.Artifact, string) { version = "6.0" checksum = "fcqjB1IOVRNJ16K5gTGEDt3zCJDVBc7EDSra9w3H93stqkNwH1vaPQs_QGOpQZu1" ) - return t.New("unzip-"+version, 0, []pkg.Artifact{ - t.Load(Make), - t.Load(Coreutils), - }, nil, nil, ` + return t.New("unzip-"+version, 0, t.AppendPresets(nil, + Make, + Coreutils, + ), nil, nil, ` cd /usr/src/unzip/ unix/configure make -f unix/Makefile generic1 |
