Skip to content

Commit e6abfbb

Browse files
committed
Auto merge of #1102 - brson:rust-installer-v2, r=brson
Needs to merge directly after rust-lang/rust#20317
2 parents b6f976f + 169630c commit e6abfbb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ style:
9191

9292
no-exes:
9393
find $$(git ls-files) -perm +111 -type f \
94-
-not -name configure -not -name '*.sh' -not -name '*.rs' | \
94+
-not -name configure -not -name '*.sh' -not -name '*.rs' \
95+
-not -wholename "*/rust-installer/*" | \
9596
grep '.*' \
9697
&& exit 1 || exit 0
9798

@@ -178,7 +179,9 @@ $$(DISTDIR_$(1))/$$(PKG_NAME)-$(1).tar.gz: prepare-image-$(1)
178179
--work-dir=./$$(DISTDIR_$(1)) \
179180
--output-dir=./$$(DISTDIR_$(1)) \
180181
--non-installed-prefixes=$$(NON_INSTALLED_PREFIXES) \
181-
--package-name=$$(PKG_NAME)-$(1)
182+
--package-name=$$(PKG_NAME)-$(1) \
183+
--component-name=cargo \
184+
--legacy-manifest-dirs=rustlib,cargo
182185
rm -Rf $$(IMGDIR_$(1))
183186

184187
install-$(1): $$(DISTDIR_$(1))/$$(PKG_NAME)-$(1).tar.gz

0 commit comments

Comments
 (0)