Date: Friday, May 17, 2019 @ 15:42:28 Author: spupykin Revision: 467722
upgpkg: uucp 1.07-6 Modified: uucp/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-17 15:42:14 UTC (rev 467721) +++ PKGBUILD 2019-05-17 15:42:28 UTC (rev 467722) @@ -3,7 +3,7 @@ pkgname=uucp pkgver=1.07 -pkgrel=5 +pkgrel=6 pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP used on the GNU system" arch=(x86_64) url="https://www.gnu.org/software/uucp/uucp.html" @@ -34,4 +34,7 @@ install -D -m644 sample/sys1 "$pkgdir"/etc/uucp/sys install -D -m644 sample/port "$pkgdir"/etc/uucp/port mv "$pkgdir"/usr/info "$pkgdir"/usr/share/ + + sed -i 's|\$\*|"$@"|' "$pkgdir"/usr/bin/{uuto,uusched} + chmod u+w "$pkgdir"/usr/bin/* }