[arch-commits] Commit in privoxy/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Wed Nov 20 13:23:39 UTC 2019
Date: Wednesday, November 20, 2019 @ 13:23:39
Author: lfleischer
Revision: 530740
Add missing quotes
Modified:
privoxy/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-20 13:22:58 UTC (rev 530739)
+++ PKGBUILD 2019-11-20 13:23:39 UTC (rev 530740)
@@ -52,7 +52,7 @@
install -m644 config trust *.{action,filter} "$pkgdir"/etc/privoxy/ # -m0660 upstream
find templates -type f -exec install -Dm644 '{}' "$pkgdir"/etc/privoxy/'{}' \;
- (d=$pkgdir/usr/share/doc/privoxy
+ (d="$pkgdir"/usr/share/doc/privoxy
cd doc/webserver
install -Dm644 {privoxy-,"$d"/}index.html
install -m644 p_doc.css ../../{AUTHORS,README,ChangeLog} "$d"/
More information about the arch-commits
mailing list