Fixed Typo in makefile for tridactyl
This commit is contained in:
parent
5799cbb1b4
commit
c5ac68d5fa
|
@ -8,7 +8,7 @@ SCRIPTS_TARGET := ~/.local/share/tridactyl/scripts
|
|||
install: | init update
|
||||
|
||||
init:
|
||||
if [[ $OSTYPE = darwin* ]] ; then
|
||||
if [[ $$OSTYPE = darwin* ]] ; then
|
||||
$(MAKE) -C $(SRC_DIR) setup
|
||||
elif (( $$+commands[firefox] )) ; then
|
||||
$(MAKE) -C $(SRC_DIR) setup
|
||||
|
|
Loading…
Reference in New Issue
Block a user