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: 27-Apr-2007 07:47:33
Branch: HEAD Handle: 2007042706473300
Modified files:
openpkg-src/ratbox ratbox.spec
Log:
install contrib modules, too
Summary:
Revision Changes Path
1.48 +6 -0 openpkg-src/ratbox/ratbox.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ratbox/ratbox.spec
============================================================================
$ cvs diff -u -r1.47 -r1.48 ratbox.spec
--- openpkg-src/ratbox/ratbox.spec 27 Apr 2007 05:43:28 -0000 1.47
+++ openpkg-src/ratbox/ratbox.spec 27 Apr 2007 05:47:33 -0000 1.48
@@ -114,6 +114,9 @@
--enable-shared-modules \
--enable-services
%{l_make} %{l_mflags -O}
+ ( cd contrib
+ %{l_make} %{l_mflags -O}
+ ) || exit $?
) || exit $?
# build IRC services
@@ -175,6 +178,9 @@
$RPM_BUILD_ROOT%{l_prefix}/var/ratbox
chmod a+x install-sh
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
+ ( cd contrib
+ %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
+ ) || exit $?
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/convert*
for bin in ircd mkpasswd servlink viconf viklines vimotd; do
mv $RPM_BUILD_ROOT%{l_prefix}/bin/$bin \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]