Selaa lähdekoodia

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

pull/5/head
10sr 9 vuotta sitten
vanhempi
commit
fd5b5bf95c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Näytä tiedosto

@@ -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)


Ladataan…
Peruuta
Tallenna