CVS update: /ccvs/

[email protected] 9 May 2005 18:32:19 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: dprice  
Date: 05/05/09 11:32:19

Modified:
 /ccvs/
  ChangeLog, cvs.spec.in

Log:
 * cvs.spec.in: Find install-sh in its new location.

File Changes:

Directory: /ccvs/
=================

File [changed]: ChangeLog
Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.1206&r2=1.1207
Delta lines:  +4 -0
-------------------
--- ChangeLog	6 May 2005 15:50:36 -0000	1.1206
+++ ChangeLog	9 May 2005 18:32:17 -0000	1.1207
@@ -1,3 +1,7 @@
+2005-05-09  Derek Price  <[email protected]>
+
+	* cvs.spec.in: Find install-sh in its new location.
+
 2005-05-06  Derek Price  <[email protected]>
 
 	* NEWS: Note Solaris 10 command option parsing fix.

File [changed]: cvs.spec.in
Url: https://ccvs.cvshome.org/source/browse/ccvs/cvs.spec.in?r1=1.13&r2=1.14
Delta lines:  +4 -1
-------------------
--- cvs.spec.in	31 Mar 2004 19:20:05 -0000	1.13
+++ cvs.spec.in	9 May 2005 18:32:17 -0000	1.14
@@ -84,7 +84,7 @@
 %makeinstall
 # The Kerberized binary
 %if %gssapi
-./install-sh src/cvs.krb5 $RPM_BUILD_ROOT%{_kerberosbindir}/cvs
+build-aux/install-sh src/cvs.krb5 $RPM_BUILD_ROOT%{_kerberosbindir}/cvs
 %endif
 # forcefully compress the info pages so that install-info will work properly
 # in the %%post
@@ -126,6 +126,9 @@
 %endif
 
 %changelog
+* Mon May 09 2005 Derek Price <[email protected]>
+- Find install-sh in its new location in the build-aux directory.
+
 * Wed Mar 31 2004 Mark D. Baushke <[email protected]>
 - Do not fail if info DIR file is not present to be deleted.