diff options
author | Quy Tonthat <qtonthat@gmail.com> | 2007-05-10 17:03:15 +1000 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-10 00:09:28 -0700 |
commit | 7b6e0eb3c38696c89f7527318e010b339ba978df (patch) | |
tree | a691575598ac28d660794e63ce98d6f1413e070e /git.spec.in | |
parent | t9400: skip cvsserver test if Perl SQLite interface is unavailable (diff) | |
download | tgif-7b6e0eb3c38696c89f7527318e010b339ba978df.tar.xz |
Added new git-gui library files to rpm spec
"make rpm" breaks without these files.
Signed-off-by: Quy Tonthat <qtonthat@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.spec.in')
-rw-r--r-- | git.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git.spec.in b/git.spec.in index 9de655c182..16148d4019 100644 --- a/git.spec.in +++ b/git.spec.in @@ -163,6 +163,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %{_bindir}/git-gui %{_bindir}/git-citool +%{_datadir}/git-gui/ # Not Yet... # %{!?_without_docs: %{_mandir}/man1/git-gui.1} # %{!?_without_docs: %doc Documentation/git-gui.html} |