mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
fonts/Iosevka/Makefile: make sure directory exists when installing
This commit is contained in:
parent
5b2bbfcd8e
commit
6c6294297e
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ build: $(BUILD_DIR) \
|
|||
install -m 644 $(BUILD_DIR)/dist/$(FONT_NAME)/TTF/*.ttf dist
|
||||
|
||||
install:
|
||||
mkdir -p $(INSTALL_DIR)
|
||||
install -m 644 dist/*.ttf $(INSTALL_DIR)
|
||||
|
||||
$(BUILD_DIR) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue