[packages/git-core] package git-prompt.sh
glen
glen at pld-linux.org
Thu Mar 13 08:07:04 CET 2014
commit b0d443eafa84285262bb1bc40c4129501a8e0de0
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Mar 13 09:06:55 2014 +0200
package git-prompt.sh
git-core.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/git-core.spec b/git-core.spec
index 2465e98..20d9680 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -483,6 +483,10 @@ cp -p {Makefile,config.mak,config.mak.autogen,config.mak.uname} $RPM_BUILD_ROOT%
install -d $RPM_BUILD_ROOT%{bash_compdir}
cp -p contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{bash_compdir}/git
+# Install git-prompt.sh
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/completion
+cp -p contrib/completion/git-prompt.sh $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/completion
+
# Install bzr and hg remote helpers from contrib
install -p contrib/remote-helpers/git-remote-{bzr,hg} $RPM_BUILD_ROOT%{_libdir}/%{name}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/b0d443eafa84285262bb1bc40c4129501a8e0de0
More information about the pld-cvs-commit
mailing list