abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorpatrick-scho2025-12-03 18:14:56 +0100
committerpatrick-scho2025-12-03 18:14:56 +0100
commitac66a26fe1d98984d4f793acfce1a48da824a681 (patch)
treedd454cfcf57b9b6371c0e84bd176506a8b645617
parent9f2217ff0adad6aefcc420693114cd0559e88e26 (diff)
downloadps-cgit-ac66a26fe1d98984d4f793acfce1a48da824a681.tar.gz
ps-cgit-ac66a26fe1d98984d4f793acfce1a48da824a681.zip
fix
-rw-r--r--Makefile4
-rw-r--r--flake.lock0
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dc52dc6..f4fbc42 100644
--- a/Makefile
+++ b/Makefile
@@ -92,8 +92,8 @@ install: all
$(INSTALL) -m 0644 robots.txt $(DESTDIR)$(CGIT_DATA_PATH)/robots.txt
$(INSTALL) -m 0755 -d $(DESTDIR)$(filterdir)
$(COPYTREE) filters/* $(DESTDIR)$(filterdir)
- $(INSTALL) -m 0755 -d $(DESTDIR)$(CGITHUB_DATA_PATH)/cgithub
- $(COPYTREE) cgithub/* $(DESTDIR)$(CGITHUB_DATA_PATH)/cgithub
+ $(INSTALL) -m 0755 -d $(DESTDIR)$(CGIT_DATA_PATH)/cgithub
+ $(COPYTREE) cgithub/* $(DESTDIR)$(CGIT_DATA_PATH)/cgithub
install-doc: install-man install-html install-pdf
diff --git a/flake.lock b/flake.lock
deleted file mode 100644
index e69de29..0000000
--- a/flake.lock
+++ /dev/null