OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Oct-2007 19:52:00
Branch: HEAD Handle: 2007100918520000
Modified files:
openpkg-src/heimdal heimdal.spec
Log:
provide path compatibility to MIT Kerberos for easier 1:1 replacement
Summary:
Revision Changes Path
1.14 +8 -0 openpkg-src/heimdal/heimdal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/heimdal/heimdal.spec
============================================================================
$ cvs diff -u -r1.13 -r1.14 heimdal.spec
--- openpkg-src/heimdal/heimdal.spec 9 Oct 2007 17:00:45 -0000 1.13
+++ openpkg-src/heimdal/heimdal.spec 9 Oct 2007 17:52:00 -0000 1.14
@@ -225,6 +225,14 @@
$RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
%endif
+ # provide path compatibility to MIT Kerberos
+ %{l_shtool} mkln -s \
+ $RPM_BUILD_ROOT%{l_prefix}/include/heimdal \
+ $RPM_BUILD_ROOT%{l_prefix}/include/kerberos
+ %{l_shtool} mkln -s \
+ $RPM_BUILD_ROOT%{l_prefix}/lib/heimdal \
+ $RPM_BUILD_ROOT%{l_prefix}/lib/kerberos
+
# determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]