[aur-general] snd-gtk-jack
Loui Chang
louipc.ist at gmail.com
Fri Mar 12 20:04:49 CET 2010
On Fri 12 Mar 2010 12:49 -0500, Andrew Antle wrote:
> /bin/install -c snd
> /home/andrew/projects/PKGBUILDS/snd-gtk-jack/pkg/usr/bin/snd
> /bin/install -c ./snd.1
> /home/andrew/projects/PKGBUILDS/snd-gtk-jack/pkg/usr/share/man/man1
>
> snd-gtk-jack-> ls -l pkg/usr/share/man/man1/
> total 4
> -rwxr-xr-x 1 andrew wheel 637 Mar 12 12:37 snd.1.gz*
>
> Should be '-rw-r--r--'. install-sh is installing the man page with the
> same command and the same permissions as the snd executable. I'm not
> exactly sure how to patch this. I could use a `chmod -x snd.1.gz` in
> the PKGBUILD, but that doesn't seem right.
Change it to `/bin/install -m 0644`
More information about the aur-general
mailing list