blob: c40dafb9d6c08bba408ae967a537be8e948b282b (
plain)
1
2
3
4
5
6
7
8
|
#
#
# cgit Compiler Options
# This will be included by the Makefile upon compilation.
# Use the standard dir for serving web content.
CGIT_CONFIG = /etc/cgitrc
CGIT_SCRIPT_PATH = /srv/www/htdocs/cgit
|