aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Copeland <ben.copeland@linaro.org>2019-11-05 11:04:18 +0000
committerBenjamin Copeland <ben.copeland@linaro.org>2019-11-05 11:04:18 +0000
commit445ae0dc9f53ad58b7ee885715b8b8dcf54a6083 (patch)
tree7b6df486206e17d8f2e78e74165115a10045126c
parent3320a9b870260df23ba50556daaecc7f745bc454 (diff)
Cgit: Debian build changeslinaro-patches2
-rw-r--r--Makefile4
-rwxr-xr-xfilters/html-converters/rst2html2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index de7e13e..23738c3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@ all::
CGIT_VERSION = v1.1
CGIT_SCRIPT_NAME = cgit.cgi
-CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
+CGIT_SCRIPT_PATH = /usr/share/cgit
CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH)
CGIT_CONFIG = /etc/cgitrc
CACHE_ROOT = /var/cache/cgit
-prefix = /usr/local
+prefix = /usr
libdir = $(prefix)/lib
filterdir = $(libdir)/cgit/filters
docdir = $(prefix)/share/doc/cgit
diff --git a/filters/html-converters/rst2html b/filters/html-converters/rst2html
index 02d90f8..055aec3 100755
--- a/filters/html-converters/rst2html
+++ b/filters/html-converters/rst2html
@@ -1,2 +1,2 @@
#!/bin/bash
-exec rst2html.py --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s")
+exec rst2html --template <(echo -e "%(stylesheet)s\n%(body_pre_docinfo)s\n%(docinfo)s\n%(body)s")