On Oct 9, 2012 12:41 PM, "Martín Cigorraga" <msx@archlinux.us> wrote:
On Tue, Oct 9, 2012 at 7:31 AM, Martín Cigorraga <msx@archlinux.us> wrote:
Ok, I have the package built and installed but when I install it I have this error message from pacman:
(1/1) installing emacs-buffmenu+ [-----------------------------] 100% /tmp/alpm_aKy6vm/.INSTALL: line 17: syntax error near unexpected token
/tmp/alpm_aKy6vm/.INSTALL: line 17: `}' error: command failed to execute correctly ~ $
May be this associated with the plus symbol? Despite the error message
`}' the
package seems to install correctly. Here is the updated PKGBUILD: http://pastebin.com/7rysy78e
Not it don't sorry for posting before checking :( Now my question is: how do I check the /tmp/alpm_aKy6vm/.INSTALL? As it is deleted I have no access to it.
The file in /tmp is your install scriptlet. You have an empty function which is not syntactically correct. Just delete it.