aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-13 16:06:45 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-13 23:38:53 -0300
commit9a45c34fc762b1d52d48ea3886b7b09f0b769c74 (patch)
treecd9919b93ead1b0ec497cb44073298f456be4003 /Makefile
parentconfig.mk.in: move basic variables to the top (diff)
downloadfirejail-9a45c34fc762b1d52d48ea3886b7b09f0b769c74.tar.gz
firejail-9a45c34fc762b1d52d48ea3886b7b09f0b769c74.tar.zst
firejail-9a45c34fc762b1d52d48ea3886b7b09f0b769c74.zip
build: rename DOCDIR to docdir
To match other similar variables, such as datarootdir and mandir.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eb49f9ac9..a3b2bf0eb 100644
--- a/Makefile
+++ b/Makefile
@@ -124,8 +124,8 @@ ifeq ($(HAVE_CONTRIB_INSTALL),yes)
124 install -m 0644 contrib/vim/syntax/firejail.vim $(DESTDIR)$(datarootdir)/vim/vimfiles/syntax 124 install -m 0644 contrib/vim/syntax/firejail.vim $(DESTDIR)$(datarootdir)/vim/vimfiles/syntax
125endif 125endif
126 # documents 126 # documents
127 install -m 0755 -d $(DESTDIR)$(DOCDIR) 127 install -m 0755 -d $(DESTDIR)$(docdir)
128 install -m 0644 -t $(DESTDIR)$(DOCDIR) COPYING README RELNOTES etc/templates/* 128 install -m 0644 -t $(DESTDIR)$(docdir) COPYING README RELNOTES etc/templates/*
129 # profiles and settings 129 # profiles and settings
130 install -m 0755 -d $(DESTDIR)$(sysconfdir)/firejail 130 install -m 0755 -d $(DESTDIR)$(sysconfdir)/firejail
131 install -m 0644 -t $(DESTDIR)$(sysconfdir)/firejail src/firecfg/firecfg.config 131 install -m 0644 -t $(DESTDIR)$(sysconfdir)/firejail src/firecfg/firecfg.config