Skip to content

Commit

Permalink
use zip -X
Browse files Browse the repository at this point in the history
  • Loading branch information
throwaway96 committed Apr 20, 2024
1 parent 30d3592 commit 0f5860d
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 @@ -6,7 +6,7 @@ FILES = autoroot.sh hbchannel-0.6.3.ipk lol$$(sh$$IFS/tmp/usb/sda/sda1/autoroot.
all: $(ZIPOUT)

$(ZIPOUT): $(FILES)
zip '$(@)' $(foreach f,$^,'$(f)')
zip -X '$(@)' -- $(foreach f,$^,'$(f)')

.PHONY: clean
clean:
Expand Down

0 comments on commit 0f5860d

Please sign in to comment.