hylafax PKGBUILD contains typo - '$spkgdir' line 55

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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 $srcdir/${pkgname}-${pkgver}/util/notify.awk \
  	$pkgdir/var/spool/hylafax/bin/notify.awk


Currently it tries to remove the real '/var/spool/hylafax/bin/notify.awk' resulting in the error:

make[1]: Leaving directory `/home/david/tmp/hylafax/src/hylafax-6.0.5/po'
install: cannot remove `/var/spool/hylafax/bin/notify.awk': Permission denied
==> ERROR: A failure occurred in package().
    Aborting...

If you build with write permission for /var/spool/hylafax (i.e. root) you would have removed the notify.awk file from the installed version of hylafax. (who builds as root :)


--
David C. Rankin, J.D.,P.E.


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux