diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-05-17 22:33:15 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-05-17 22:33:15 -0400 |
commit | d37f24a3694055f3cc2c12a1642ee0b8de2592e8 (patch) | |
tree | 0a73eb519f4b87dc5454474e7a71ed8ffbb36be6 | |
parent | 108880603ffc9d81c8acb15de59a9e5730a32a73 (diff) |
Makefile use my profile instead; derp
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |