Skip to content

Commit

Permalink
busybox doesn't support --invert
Browse files Browse the repository at this point in the history
  • Loading branch information
augustfengd committed Aug 11, 2024
1 parent 2655f8e commit d773fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/blog/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TAR := $(if $(shell command -v gtar),gtar,tar)
CONTENT_FILES := $(shell find content/articles -type f)
THEME_FILES := \
$(addprefix themes/, $(shell wget -qO- 'https://github.com/nanxiaobei/hugo-paper/archive/master.tar.gz' | $(TAR) tzf - --transform 's/hugo-paper-main/hugo-paper/' --show-transformed | grep --invert '/$$')) \
$(addprefix themes/, $(shell wget -qO- 'https://github.com/nanxiaobei/hugo-paper/archive/master.tar.gz' | $(TAR) tzf - --transform 's/hugo-paper-main/hugo-paper/' --show-transformed | grep -v '/$$')) \
$(shell find themes/augustfeng.app -type f)

.PHONY: all
Expand Down

0 comments on commit d773fc6

Please sign in to comment.