Browse Source

fix permissions on install-sh script

master
parent
commit
557aedbffb
  1. 3
      apache-suphp/apache-suphp.spec

3
apache-suphp/apache-suphp.spec

@ -33,7 +33,7 @@ Class: EVAL
Group: Web
License: GPL
Version: 0.6.2
Release: 20070801
Release: 20071226
# package options
%option with_suphp_caller %{l_nusr}
@ -76,6 +76,7 @@ AutoReqProv: no
%prep
%setup -q -n suphp-%{version}
%{l_sed} <%{PATCH0} -e 's;@l_prefix@;%{l_prefix};g' | %{l_patch} -p0 -b
chmod a+x config/install-sh
%build
CC="%{l_cc}" \

Loading…
Cancel
Save