You are not logged in.

#1 2012-02-08 23:50:50

timseal
Member
Registered: 2010-03-30
Posts: 6

[solved] makepkg puts parentheses around .install filename

Hello,

I am trying to install brscan2 from AUR. When I run makepkg -i, I get the following:

==> ERROR: install file ((brscan2.install)) does not exist.

When I echo the $install variable from inside the PKGBUILD, it shows correctly as brscan2.install. I'm not too familiar with the guts of pacman, and can't imagine where those ((parentheses)) have come from. Can someone help? I have some scanning to do smile

Thanks

Last edited by timseal (2012-02-09 01:25:38)

Offline

#2 2012-02-09 00:23:14

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,384
Website

Re: [solved] makepkg puts parentheses around .install filename

In the PKGBUILD:

install=brscan2.install

not...

install=(brscan2.install)

It is a string, not an array...

Offline

#3 2012-02-09 00:32:23

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved] makepkg puts parentheses around .install filename

Please post the fixed PKGBUILD in the comments on the AUR page of the package, so that others don't stumble on this.
Maybe even the maintainer will fix it.

Offline

#4 2012-02-09 01:25:18

timseal
Member
Registered: 2010-03-30
Posts: 6

Re: [solved] makepkg puts parentheses around .install filename

I will do that. Thanks.

Offline

Board footer

Powered by FluxBB