Browse Source

Use consistent script syntax.

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
697fcf239f
  1. 8
      smtpfeed/smtpfeed.spec

8
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'

Loading…
Cancel
Save