From 697fcf239f256d01d5c282695fec898465bae4fa Mon Sep 17 00:00:00 2001 From: Michael Schloh von Bennewitz Date: Wed, 11 Sep 2002 12:45:53 +0000 Subject: [PATCH] Use consistent script syntax. --- smtpfeed/smtpfeed.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/smtpfeed/smtpfeed.spec b/smtpfeed/smtpfeed.spec index 65b06aa39e..724fcaff4f 100644 --- a/smtpfeed/smtpfeed.spec +++ b/smtpfeed/smtpfeed.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE] Group: Mail License: GPL Version: 1.18 -Release: 20020909 +Release: 20020911 # list of sources Source0: ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/smtpfeed-%{version}.tar.gz @@ -105,10 +105,8 @@ AutoReqProv: no smtpfeedd/smtpfeedd $RPM_BUILD_ROOT%{l_prefix}/sbin/ %{l_shtool} install -c -m 755 -e 's;@l_prefix@;%{l_prefix};g' \ %{SOURCE rc.smtpfeed} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/ - %{l_shtool} install -c -m 644 \ - -e 's;@l_prefix@;%{l_prefix};g' \ - %{SOURCE fsl.smtpfeed} \ - $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/ + %{l_shtool} install -c -m 644 -e 's;@l_prefix@;%{l_prefix};g' \ + %{SOURCE fsl.smtpfeed} $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \ '%config %{l_prefix}/etc/fsl/fsl.smtpfeed' \ '%not %dir %{l_prefix}/etc/fsl'