* [PATCH] Add git-gui--askpass to git.spec.in
@ 2008-11-04 17:15 Yutaka Kanemoto
2008-11-05 22:07 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Yutaka Kanemoto @ 2008-11-04 17:15 UTC (permalink / raw)
To: git, gitster
'make rpm' will fail because git-gui--askpass is not listed in git.spec.in.
At least, I was able to create rpm using below patch.
Best regards,
Yutaka KANEMOTO
---
git.spec.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/git.spec.in b/git.spec.in
index 6733b6f..bf7fa63 100644
--- a/git.spec.in
+++ b/git.spec.in
@@ -167,6 +167,7 @@ rm -rf $RPM_BUILD_ROOT
%files gui
%defattr(-,root,root)
%{_libexecdir}/git-core/git-gui
+%{_libexecdir}/git-core/git-gui--askpass
%{_libexecdir}/git-core/git-citool
%{_datadir}/git-gui/
%{!?_without_docs: %{_mandir}/man1/git-gui.1*}
--
1.6.0.3.613.g9f8f13.dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add git-gui--askpass to git.spec.in
2008-11-04 17:15 [PATCH] Add git-gui--askpass to git.spec.in Yutaka Kanemoto
@ 2008-11-05 22:07 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2008-11-05 22:07 UTC (permalink / raw)
To: Yutaka Kanemoto; +Cc: git
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-05 22:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 17:15 [PATCH] Add git-gui--askpass to git.spec.in Yutaka Kanemoto
2008-11-05 22:07 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox