Skip to content

Commit d27fceb

Browse files
committed
install to case sensitive path
1 parent 806317c commit d27fceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/screengrabs/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
INSTALL_PATH ?= ../../website/src/components/screengrabs
1+
INSTALL_PATH ?= ../../website/src/components/Screengrabs
22
all: build-all install
33

44
# Write to /website/static/screengrab/
5-
install:
5+
install:
66
@echo "Installing screengrabs to $(INSTALL_PATH)"
77
@mkdir -p $(INSTALL_PATH)
88
@cp -a artifacts/* $(INSTALL_PATH)

0 commit comments

Comments
 (0)