Date: Wednesday, August 10, 2011 @ 08:54:02 Author: tpowa Revision: 135136
upgpkg: hylafax 6.0.5-2 fix typo on notify.awk Modified: hylafax/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-08-10 12:52:40 UTC (rev 135135) +++ PKGBUILD 2011-08-10 12:54:02 UTC (rev 135136) @@ -2,7 +2,7 @@ # Maintainer: Paul Mattal <[email protected]> pkgname=hylafax pkgver=6.0.5 -pkgrel=1 +pkgrel=2 pkgdesc="Fax Server" arch=('i686' 'x86_64') install='hylafax.install' @@ -52,7 +52,7 @@ fi # add missing awk file for notify-4.1 script install -D -m 755 $srcdir/${pkgname}-${pkgver}/util/notify.awk \ - $spkgdir/var/spool/hylafax/bin/notify.awk + $pkgdir/var/spool/hylafax/bin/notify.awk # fix permission on /var/lock chmod 1777 $pkgdir/var/lock
