You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2018/01/08 12:25:30 UTC

[GitHub] oschaaf commented on issue #1521: install from script fails due to new filename

oschaaf commented on issue #1521: install from script fails due to new filename
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1521#issuecomment-355953339
 
 
   The following patch on the script works for me:
   
   ``` diff
   1 oschaaf@instance-1:~$ diff original.sh tmp.sh
   617a618,619
   >     nps_module_dir=$(unzip -qql "$nps_downloaded" | head -n1 | tr -s ' ' | cut -d' ' -f5-)
   >     nps_module_dir="$BUILDDIR/${nps_module_dir::-1}"
   ```
   
   (Should be applied to https://github.com/apache/incubator-pagespeed-ngx/blob/master/scripts/build_ngx_pagespeed.sh, I will create a PR later)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services