From b5f310cb9f78b140f1c747148cad6889133597fc Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 13 Sep 2004 13:15:25 +0000 Subject: 2004-09-11 Paul Jakma * doc/quagga.texi: Update copyright. Contents should be at beginning of docs... * redhat/quagga.spec.in: wee keep_build define, to keep build dir. --- redhat/quagga.spec.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'redhat') diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in index fcfc7589..738464f8 100644 --- a/redhat/quagga.spec.in +++ b/redhat/quagga.spec.in @@ -36,6 +36,9 @@ %define daemon_list zebra ripd isisd ospfd bgpd %endif +# allow build dir to be kept +%define keep_build 0 + Summary: Routing daemon Name: quagga Version: @VERSION@ @@ -250,7 +253,9 @@ if [ "$1" = "0" ]; then fi %clean -#rm -rf $RPM_BUILD_ROOT +%if !%{keep_build} +rm -rf $RPM_BUILD_ROOT +%endif %files %defattr(-,root,root) -- cgit v1.2.1