Skip to content

Commit e3054a1

Browse files
cfergeaupraveenkumar
authored andcommitted
macos: pkg: Only add darwin/ to crc-macos-installer.tar
Now that all the files needed for the macOS installer are in darwin/, we no longer need to pack the whole packaging/ dir as part of 'make crc-macos-installer.tar'
1 parent 1df765d commit e3054a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ $(BUILD_DIR)/macos-universal/crc-macos-installer.pkg: packagedir
334334
./packaging/darwin/macos-pkg-build-and-sign.sh $(@D)
335335

336336
$(BUILD_DIR)/macos-universal/crc-macos-installer.tar: packagedir
337-
tar -cvf $@ ./packaging/darwin
337+
tar -C ./packaging -cvf $@ darwin
338338
cd $(@D) && sha256sum $(@F)>$(@F).sha256sum
339339

340340
%.spec: %.spec.in $(TOOLS_BINDIR)/gomod2rpmdeps

0 commit comments

Comments
 (0)