diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-11-24 14:46:19 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-11-24 14:46:19 +0300 |
commit | 6b254621e7c0a16436ff3d9fdc0bcda3431be5e7 (patch) | |
tree | 49170ea423445b7e6e14d5926f0ed25cc2d97f99 /gitstatus/Makefile | |
parent | 139413f535ce9a4cbf36fb9507a17dc0b81bb4e1 (diff) | |
parent | 98b96e06cc98ef2578adbf83ac4bb35a74485e8f (diff) |
Merge commit '98b96e06cc98ef2578adbf83ac4bb35a74485e8f'
Diffstat (limited to 'gitstatus/Makefile')
-rw-r--r-- | gitstatus/Makefile | 2 |
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) |