OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Jan-2003 11:26:29
Branch: HEAD Handle: 2003011310262900
Modified files:
openpkg-src/rt rt.spec
Log:
bail out on error
Summary:
Revision Changes Path
1.15 +3 -3 openpkg-src/rt/rt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rt/rt.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 rt.spec
--- openpkg-src/rt/rt.spec 12 Jan 2003 23:47:44 -0000 1.14
+++ openpkg-src/rt/rt.spec 13 Jan 2003 10:26:29 -0000 1.15
@@ -88,7 +88,7 @@
# perform common epilog operations
%{l_prefix}/bin/perl-openpkg epilog
- )
+ ) || exit $?
( cd rt-%{V_real}
%{l_shtool} subst \
@@ -129,7 +129,7 @@
-e 's;mkdir -p;%{l_shtool} mkdir -p;g' \
Makefile
%{l_make} %{l_mflags}
- )
+ ) || exit $?
%install
mkdir -p $RPM_BUILD_ROOT%{l_prefix}/cgi/rt
@@ -140,7 +140,7 @@
PERL5LIB=${RPM_BUILD_ROOT}%{l_prefix}/share/rt \
%{l_make} %{l_mflags} dirs upgrade instruct \
DESTDIR=$RPM_BUILD_ROOT
- )
+ ) || exit $?
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%{l_prefix}/share/rt'
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]