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: 10-Aug-2006 21:31:14
Branch: HEAD Handle: 2006081020311400
Modified files:
openpkg-src/wine wine.spec
Log:
Workaround datarootdir problems: man/ and info/ would be placed under
share/ (recently introduced with GNU autoconf 2.60)
Summary:
Revision Changes Path
1.60 +3 -1 openpkg-src/wine/wine.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/wine/wine.spec
============================================================================
$ cvs diff -u -r1.59 -r1.60 wine.spec
--- openpkg-src/wine/wine.spec 10 Aug 2006 18:45:50 -0000 1.59
+++ openpkg-src/wine/wine.spec 10 Aug 2006 19:31:14 -0000 1.60
@@ -87,6 +87,7 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--disable-trace \
--disable-debug || true
@@ -99,7 +100,8 @@
# install package
%{l_make} %{l_mflags} install \
prefix=$RPM_BUILD_ROOT%{l_prefix} \
- exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
+ exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
+ mandir=$RPM_BUILD_ROOT%{l_prefix}/man
# install default configuration files
%{l_shtool} mkdir -f -p -m 755 \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]