projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
704a66f
)
Adjust binary packaging to dest=>DESTDIR change.
author
Junio C Hamano
<junkio@cox.net>
Fri, 12 Aug 2005 19:25:34 +0000
(12:25 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 12 Aug 2005 19:25:34 +0000
(12:25 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
debian/rules
patch
|
blob
|
history
git-core.spec.in
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
e81ed05
..
f58ca75
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-56,7
+56,7
@@
install: build
dh_clean -k
dh_installdirs
- make
dest
=$(DESTDIR) prefix=$(PREFIX) mandir=$(MANDIR) \
+ make
DESTDIR
=$(DESTDIR) prefix=$(PREFIX) mandir=$(MANDIR) \
install install-doc
mkdir -p $(DOC_DESTDIR)
diff --git
a/git-core.spec.in
b/git-core.spec.in
index
5f7f4b9
..
ef7cd26
100644
(file)
--- a/
git-core.spec.in
+++ b/
git-core.spec.in
@@
-28,7
+28,7
@@
make prefix=%{_prefix} all %{!?_without_docs: doc}
%install
rm -rf $RPM_BUILD_ROOT
-make
dest
=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \
+make
DESTDIR
=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \
install %{!?_without_docs: install-doc}
%clean