From 46014ce2eedbb1e68345dac39c0bd18c44be5b52 Mon Sep 17 00:00:00 2001 From: artoo Date: Thu, 13 Nov 2014 18:01:39 +0100 Subject: [PATCH] fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cab1ce2..2fe29ad 100644 --- a/Makefile +++ b/Makefile @@ -73,8 +73,8 @@ install: #ln -sf fstabgen $(DESTDIR)$(PREFIX)/bin/genfstab #ln -sf manjaro-chroot $(DESTDIR)$(PREFIX)/bin/arch-chroot - install -Dm0644 bash_completion $(DESTDIR)/$(PREFIX)/share/bash-completion/completions/manjaro-tools - install -Dm0644 zsh_completion $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_manjaro_tools + install -Dm0644 bin/bash_completion $(DESTDIR)/$(PREFIX)/share/bash-completion/completions/manjaro-tools + install -Dm0644 bin/zsh_completion $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_manjaro_tools uninstall: for f in ${SYSCONFIGFILES}; do rm -f $(DESTDIR)$(SYSCONFDIR)/manjaro-tools/$$f; done