Re: [arch-general] hylafax PKGBUILD contains typo - '$spkgdir' line 55

2011-08-09 Thread David C. Rankin
On 08/09/2011 04:29 PM, Allan McRae wrote: On 10/08/11 07:21, David C. Rankin wrote: Guys, The hylafax pkgbuild needs to be fixed. (/var/abs/extra/hylafax/PKGBUILD) There is an extra 's' in $spkgdir on lines 54-55. Reads: Reporting issues to the mailing list is a waste of time as the maintain

Re: [arch-general] hylafax PKGBUILD contains typo - '$spkgdir' line 55

2011-08-09 Thread C Anthony Risinger
On Tue, Aug 9, 2011 at 4:21 PM, David C. Rankin wrote: > > ... > >  install -D -m 755 $srcdir/${pkgname}-${pkgver}/util/notify.awk \ >        $spkgdir/var/spool/hylafax/bin/notify.awk > > ... > >  If you build with write permission for /var/spool/hylafax (i.e. root) you > would have removed the no

Re: [arch-general] hylafax PKGBUILD contains typo - '$spkgdir' line 55

2011-08-09 Thread Allan McRae
On 10/08/11 07:21, David C. Rankin wrote: Guys, The hylafax pkgbuild needs to be fixed. (/var/abs/extra/hylafax/PKGBUILD) There is an extra 's' in $spkgdir on lines 54-55. Reads: Reporting issues to the mailing list is a waste of time as the maintainer of the package is unlikely to see it. U

[arch-general] hylafax PKGBUILD contains typo - '$spkgdir' line 55

2011-08-09 Thread David C. Rankin
Guys, The hylafax pkgbuild needs to be fixed. (/var/abs/extra/hylafax/PKGBUILD) There is an extra 's' in $spkgdir on lines 54-55. Reads: install -D -m 755 $srcdir/${pkgname}-${pkgver}/util/notify.awk \ $spkgdir/var/spool/hylafax/bin/notify.awk Should read: install -D -m 755 $sr