Skip to content

Commit 27d11cc

Browse files
whitespace mistake in makefile
1 parent 701ccf8 commit 27d11cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackinator/templates/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ post-install: env-meta
8282
store.squashfs: post-install
8383
# clean up the __pycache__ paths in the repo
8484
$(SANDBOX) find $(STORE)/repo -type d -name __pycache__ -exec rm -r {} +
85-
$(SANDBOX) chmod -R a+rX $(STORE)
85+
$(SANDBOX) chmod -R a+rX $(STORE)
8686
$(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
8787

8888
# Force push all built packages to the build cache

0 commit comments

Comments
 (0)