summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 34cd66b..38623dc 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,7 @@ BINPROGS = \
finddeps \
lddd
-SBINPROGS = \
- mkarchroot \
- makechrootpkg
+SBINPROGS=
SHAREFILES = \
lib/common.sh
@@ -38,8 +36,8 @@ install:
install -m0755 ${SBINPROGS} $(DESTDIR)$(PREFIX)/sbin
install -m0644 ${SHAREFILES} $(DESTDIR)$(PREFIX)/share/devtools
+ install -m0755 mkarchroot $(DESTDIR)$(PREFIX)/sbin/archroot
ln -sf find-libdeps $(DESTDIR)$(PREFIX)/bin/find-libprovides
- ln -sf mkarchroot $(DESTDIR)$(PREFIX)/sbin/archroot
install -Dm0644 bash_completion $(DESTDIR)$(PREFIX)/share/bash-completion/completions/devtools
install -Dm0644 zsh_completion $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_devtools