Przeglądaj źródła

Makefile: Use HOME env instead of private home variable for setting dotfiles_dir

pull/5/head
10sr 9 lat temu
rodzic
commit
fd5b5bf95c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Wyświetl plik

@@ -32,7 +32,7 @@ ifeq (,$(dotfiles_dir))
ifeq (,$(DOTFILES_DIR))
$(warning Neigher DOTFILES_DIR nor dotfiles_dir is defined)
$(warning Use default value)
dotfiles_dir := $(home)/10sr_dotfiles
dotfiles_dir := $(HOME)/10sr_dotfiles
else
# dotfiles_dir is empty but DOTFILES_DIR has a value
$(warning dotfiles_dir is set from DOTFILES_DIR)


Ładowanie…
Anuluj
Zapisz