Skip to content

Commit

Permalink
macos: pkg: Only add darwin/ to crc-macos-installer.tar
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
cfergeau authored and praveenkumar committed Jan 9, 2023
1 parent 1df765d commit e3054a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ $(BUILD_DIR)/macos-universal/crc-macos-installer.pkg: packagedir
./packaging/darwin/macos-pkg-build-and-sign.sh $(@D)

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

%.spec: %.spec.in $(TOOLS_BINDIR)/gomod2rpmdeps
Expand Down

0 comments on commit e3054a1

Please sign in to comment.