summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitstatus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/Makefile b/gitstatus/Makefile
index b217d24b..a6e02a02 100644
--- a/gitstatus/Makefile
+++ b/gitstatus/Makefile
@@ -35,7 +35,7 @@ clean:
rm -rf -- $(OBJDIR)
pkg:
- GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=$(PWD)/usrbin ./install -f
+ GITSTATUS_DAEMON= GITSTATUS_CACHE_DIR=$(shell pwd)/usrbin ./install -f
$(or $(ZSH),:) -fc 'for f in *.zsh install; do zcompile -R -- $$f.zwc $$f || exit; done'
-include $(OBJS:.o=.dep)