File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ CBMC-sv-comp-$(YEAR).tar.gz: cbmc.inc tool-wrapper.inc $(CBMC)/LICENSE $(CBMC)/s
2121 mv cbmc-wrapper tmp/cbmc
2222 cp $(CBMC ) /LICENSE tmp/
2323 cp $(CBMC ) /src/cbmc/cbmc tmp/cbmc-binary
24- cd tmp && tar cfz ../$@ * && rm cbmc cbmc-binary LICENSE
24+ cd tmp && chmod a+rX * && tar cfz ../$@ * && rm cbmc cbmc-binary LICENSE
2525 rmdir tmp
2626
27272ls-sv-comp-$(YEAR ) .tar.gz : 2ls.inc tool-wrapper.inc $(2LS ) /LICENSE $(2LS ) /src/summarizer/2ls
@@ -30,5 +30,5 @@ CBMC-sv-comp-$(YEAR).tar.gz: cbmc.inc tool-wrapper.inc $(CBMC)/LICENSE $(CBMC)/s
3030 mv 2ls-wrapper tmp/2ls
3131 cp $(2LS ) /LICENSE tmp/
3232 cp $(2LS ) /src/summarizer/2ls tmp/2ls-binary
33- cd tmp && tar cfz ../$@ * && rm 2ls 2ls-binary LICENSE
33+ cd tmp && chmod a+rX * && tar cfz ../$@ * && rm 2ls 2ls-binary LICENSE
3434 rmdir tmp
You can’t perform that action at this time.
0 commit comments