diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-06 22:10:43 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-07 02:23:52 +0200 |
commit | 7a59013290bb26b80c997e5698757a735f1a92e0 (patch) | |
tree | 9658c6be6996dba62cc6c10d2c85b3bcc97621d9 /git-core.spec.in | |
parent | Redo the templates generation and installation. (diff) | |
download | git-7a59013290bb26b80c997e5698757a735f1a92e0.tar.xz git-7a59013290bb26b80c997e5698757a735f1a92e0.zip |
GIT 0.99.4 (release candidate)
This is my first attempt to adjust Debian and RPM to pass
prefix, to prepare the 0.99.4 release.
It updates debian/rules and git-core.spec.in to properly pass
prefix when building binary packages. It also updates
debian/changelog to make the resulting binary package name
0.99.4; this is not needed on the RPM side (it takes the version
number from the main Makefile).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-core.spec.in')
-rw-r--r-- | git-core.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-core.spec.in b/git-core.spec.in index 5d1ffa37ed..7d4f9d5ab7 100644 --- a/git-core.spec.in +++ b/git-core.spec.in @@ -24,7 +24,7 @@ similar to other SCM tools (like CVS, BitKeeper or Monotone). %build -make all %{!?_without_docs: doc} +make prefix=%{_prefix} all %{!?_without_docs: doc} %install rm -rf $RPM_BUILD_ROOT |