oschaaf closed pull request #69: rename .src.rpm file to current file name. URL: https://github.com/apache/incubator-pagespeed-cpanel/pull/69
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/README.md b/README.md index c5fcd6e..28acdf6 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ A custom module for CPanel WHM using CPanel Easy Framework - allows easy install If you are using EasyApache4, please follow the below steps to install mod_pagespeed. ``` $> yum install rpm-build cpio ea-apache24-mod_version -$> wget https://github.com/Prajithp/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-1.9-32.11.src.rpm -$> rpmbuild --rebuild ea-apache24-mod_pagespeed-1.9-32.11.src.rpm -$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-1.9-32.11.x86_64.rpm +$> wget https://github.com/Prajithp/cpanel/raw/master/EA4/ea-apache24-mod_pagespeed-latest-stable.src.rpm +$> rpmbuild --rebuild ea-apache24-mod_pagespeed-latest-stable.src.rpm +$> rpm -ivh /root/rpmbuild/RPMS/x86_64/ea-apache24-mod_pagespeed-latest-stable.src.rpm $> /etc/init.d/httpd restart ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
