fix wildcard
This commit is contained in:
parent
8bf9a06597
commit
94efe33663
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -100,7 +100,7 @@ sync-arch:
|
|||
# Firefox
|
||||
-@$(RM) $(HOME)/.mozilla/firefox/*.default-release/user.js
|
||||
@$(WGET) $(REPO_SRC)/.mozilla/firefox/user.js -P $(HOME)/.mozilla/firefox/*.default-release
|
||||
@$(CURL) $(REPO_SRC)/.mozilla/firefox/user-arch.js >> $(HOME)/.mozilla/firefox/*.default-release/user.js
|
||||
@$(CURL) $(REPO_SRC)/.mozilla/firefox/user-arch.js >> $(wildcard $(HOME)/.mozilla/firefox/*.default-release)/user.js
|
||||
|
||||
# VSCodium
|
||||
@$(WGET) $(REPO_SRC)/.config/VSCodium/product.json -O $(HOME)/.config/VSCodium/product.json
|
||||
|
|
Loading…
Reference in a new issue