From d37f24a3694055f3cc2c12a1642ee0b8de2592e8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 17 May 2012 22:33:15 -0400 Subject: Makefile use my profile instead; derp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.1-4-g5e80