From 25d173ae900cb25661f28092995cee221d2f7be2 Mon Sep 17 00:00:00 2001 From: "Jesus P Rey (Chuso)" Date: Thu, 24 Sep 2020 11:21:18 +0200 Subject: www-apps/cgit: Add missing escape characters in postinst message. Signed-off-by: Jesus P Rey Closes: https://bugs.gentoo.org/700402 Closes: https://github.com/gentoo/gentoo/pull/17649 Signed-off-by: Matt Turner --- www-apps/cgit/files/postinstall-en.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www-apps/cgit') diff --git a/www-apps/cgit/files/postinstall-en.txt b/www-apps/cgit/files/postinstall-en.txt index b164123f0196..f7c5c8cfae90 100644 --- a/www-apps/cgit/files/postinstall-en.txt +++ b/www-apps/cgit/files/postinstall-en.txt @@ -29,9 +29,9 @@ rewrite rules to your RewriteEngine On # Redirect all non-existant urls to cgit - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^.* /cgi-bin/cgit.cgi/$0 [L,PT] + RewriteCond %%{REQUEST_FILENAME} !-f + RewriteCond %%{REQUEST_FILENAME} !-d + RewriteRule ^.* /cgi-bin/cgit.cgi/\$0 [L,PT] # Redirect the empty url to cgit RewriteRule ^$ /cgi-bin/cgit.cgi/ [L,PT] -- cgit v1.2.3-65-gdbad