Skip to content

Commit

Permalink
whitespace mistake in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Jan 17, 2025
1 parent 701ccf8 commit d722708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackinator/templates/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ post-install: env-meta
store.squashfs: post-install
# clean up the __pycache__ paths in the repo
$(SANDBOX) find $(STORE)/repo -type d -name __pycache__ -exec rm -r {} +
$(SANDBOX) chmod -R a+rX $(STORE)
$(SANDBOX) chmod -R a+rX $(STORE)
$(SANDBOX) env -u SOURCE_DATE_EPOCH "$$($(SANDBOX) $(SPACK_HELPER) -e ./compilers/bootstrap find --format='{prefix}' squashfs | head -n1)/bin/mksquashfs" $(STORE) $@ -all-root -all-time $$(date +%s) -no-recovery -noappend -Xcompression-level 3

# Force push all built packages to the build cache
Expand Down

0 comments on commit d722708

Please sign in to comment.