summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-01-13 15:14:47 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-13 15:14:47 -0500
commit2cda43f4fa3d51f3cbcb05950186896eb9c01314 (patch)
tree967945c6600f8e7273e47beb4792a43a2fa58bbc /Makefile
parent9cf0eae0f2013a4bf7f579030eaf17345ae4a50d (diff)
re-add makechrootpkg.in, to use as a libraryHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a59c89e..8b94f80 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ install: all
ln -sf find-libdeps $(DESTDIR)$(PREFIX)/bin/find-libprovides
install -m0644 lib/common.sh $(DESTDIR)$(pkgdatadir)/common.sh
+ install -m0644 makechrootpkg.in $(DESTDIR)$(pkgdatadir)/makechrootpkg.sh
install -Dm0644 bash_completion $(DESTDIR)$(PREFIX)/share/bash-completion/completions/devtools
install -Dm0644 zsh_completion $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_devtools