[arch-commits] Commit in tcptrace/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Oct 7 17:39:32 UTC 2019
Date: Monday, October 7, 2019 @ 17:39:31
Author: arojas
Revision: 513950
Fix quoting
Modified:
tcptrace/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-07 17:38:39 UTC (rev 513949)
+++ PKGBUILD 2019-10-07 17:39:31 UTC (rev 513950)
@@ -39,5 +39,5 @@
make install
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/xpl2gpl" \
- ${pkgdir}/usr/bin/xpl2gpl
+ "${pkgdir}/usr/bin/xpl2gpl"
}
More information about the arch-commits
mailing list