summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 315e01d..50ae80e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CHECK = $(HOME)/.prefix:$(HOME):/usr/local:/usr:/
NANO_SHARE = $(firstword $(wildcard $(addsuffix /share/nano,$(subst :, ,$(CHECK)))))
-ALSACTL=$(firstword $(shell . /etc/profile; which alsactl) echo)
+ALSACTL=$(firstword $(shell . $(HOME)/.profile; which alsactl) echo)
targets=.nanorc .folders .crontab.cookie .alsa.save
all: $(targets)