Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-07-31 15:36:13 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-07-31 15:37:19 +0200
commitfb351d4a1be1fec8884aa6466235c6dcab43318f (patch)
tree6837c7f9102f4d7e69950a7bdb3e0925644633f6
parentc08f10340d50e1ec7465e00dfa7a5f9ba027b99e (diff)
Makefile: Fix documentation installation path
Makefile: Change the directory used for documentation files to be specific for mkinitcpio-archiso (it was still that of archiso).
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ceea8bf..fb8ebae 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PREFIX ?= /usr/local
INSTALL_DIR=$(DESTDIR)$(PREFIX)/lib/initcpio/install
HOOKS_DIR=$(DESTDIR)$(PREFIX)/lib/initcpio/hooks
SCRIPT_DIR=$(DESTDIR)$(PREFIX)/lib/initcpio
-DOC_DIR=$(DESTDIR)$(PREFIX)/share/doc/archiso
+DOC_DIR=$(DESTDIR)$(PREFIX)/share/doc/mkinitcpio-archiso
INSTALL_FILES=$(wildcard install/*)
HOOKS_FILES=$(wildcard hooks/*)