Browse Source

fix permissions for rc file

master
parent
commit
29a5c7ee24
  1. 4
      smtpfeed/smtpfeed.spec

4
smtpfeed/smtpfeed.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
Group: Mail Group: Mail
License: GPL License: GPL
Version: 1.16 Version: 1.16
Release: 20011201 Release: 20011210
# list of sources # list of sources
Source0: ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/smtpfeed-%{version}.tar.gz Source0: ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/smtpfeed-%{version}.tar.gz
@ -110,7 +110,7 @@ AutoReqProv: no
) )
%{l_shtool} install -c -s -m 755 \ %{l_shtool} install -c -s -m 755 \
smtpfeedd/smtpfeedd $RPM_BUILD_ROOT%{l_prefix}/sbin/ smtpfeedd/smtpfeedd $RPM_BUILD_ROOT%{l_prefix}/sbin/
%{l_shtool} install -c -m 644 -e 's;@l_prefix@;%{l_prefix};g' \ %{l_shtool} install -c -m 755 -e 's;@l_prefix@;%{l_prefix};g' \
%{SOURCE rc.smtpfeed} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/ %{SOURCE rc.smtpfeed} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}

Loading…
Cancel
Save