Changes of Revision 54
[-] | Changed | nginx.spec |
x 1
2 if [ $? -ne 0 ]; then 3 exit $? 4 fi 5 - 6 +pwd && sleep 5s 7 chmod -Rf a+rX,u+w,g-w,o-w . 8 - 9 -sed -i 's/'build_from_source=false'/'build_from_source=true'/g' config 10 +pwd && sleep 5s 11 12 %build 13 - 14 - 15 export DESTDIR=%{buildroot} 16 ./configure \ 17 --user=%{nginx_user} \ 18 |