diff options
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | flake.lock | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |
