From 2395b6edd7052d9fd2f007136164bf51a61020ef Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 26 Nov 2012 01:34:41 -0500 Subject: install common.sh to /usr/share/devtools/common.sh --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5857445..5c07de3 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ install: ln -sf find-libdeps $(DESTDIR)$(PREFIX)/bin/find-libprovides install -Dm0644 bash_completion $(DESTDIR)/usr/share/bash-completion/completions/devtools install -Dm0644 zsh_completion $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_devtools + install -Dm0644 lib/common.sh $(DESTDIR)/usr/share/devtools uninstall: for f in ${BINPROGS}; do rm -f $(DESTDIR)$(PREFIX)/bin/$$f; done -- cgit v1.2.2