FS#45114 - [mps-youtube] install script is thowing some error
Attached to Project:
Community Packages
Opened by Sergio Tridente (TioDuke) - Thursday, 28 May 2015, 01:50 GMT
Last edited by Johannes Löthberg (demize) - Thursday, 28 May 2015, 14:29 GMT
Opened by Sergio Tridente (TioDuke) - Thursday, 28 May 2015, 01:50 GMT
Last edited by Johannes Löthberg (demize) - Thursday, 28 May 2015, 14:29 GMT
|
Details
Description:
Install script throws following error: /tmp/alpm_g0d4dd/.INSTALL: line 2: unexpected EOF while looking for matching `"' /tmp/alpm_g0d4dd/.INSTALL: line 8: syntax error: unexpected end of file /usr/bin/bash: post_upgrade: command not found error: command failed to execute correctly Additional info: * package version(s): 0.2.4 * config and/or log files etc. Install script is missing double quotes in printf command in post_install. Something like: post_install () { printf "==> Install either mpv or mplayer for playback.\n" } post_upgrade () { post_install $1 } Steps to reproduce: Just install or reinstall the package |
This task depends upon
Closed by Johannes Löthberg (demize)
Thursday, 28 May 2015, 14:29 GMT
Reason for closing: Fixed
Additional comments about closing: 0.2.4-2
Thursday, 28 May 2015, 14:29 GMT
Reason for closing: Fixed
Additional comments about closing: 0.2.4-2
Comment by
Johannes Löthberg (demize) -
Thursday, 28 May 2015, 14:29 GMT
Ah, seems the printf got botched somehow. Thanks