File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,9 @@ build/coder-slim_$(VERSION).tar: build/coder-slim_$(VERSION)_checksums.sha1 $(CO
121
121
tar cf " ../../../build/$( @F) " coder-*
122
122
popd
123
123
124
+ # delete the uncompressed binaries from the embedded dir
125
+ rm -f site/out/bin/coder-*
126
+
124
127
site/out/bin/coder.tar.zst : build/coder-slim_$(VERSION ) .tar.zst
125
128
cp " $<" " $@ "
126
129
@@ -132,9 +135,6 @@ build/coder-slim_$(VERSION).tar.zst: build/coder-slim_$(VERSION).tar
132
135
-o " build/coder-slim_$( VERSION) .tar.zst" \
133
136
" build/coder-slim_$( VERSION) .tar"
134
137
135
- # delete the uncompressed binaries from the embedded dir
136
- rm site/out/bin/coder-*
137
-
138
138
# Redirect from version-less targets to the versioned ones. There is a similar
139
139
# target for slim binaries below.
140
140
#
You can’t perform that action at this time.
0 commit comments