mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
build: rename DOCDIR to docdir
To match other similar variables, such as datarootdir and mandir.
This commit is contained in:
parent
3bb8064677
commit
9a45c34fc7
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -124,8 +124,8 @@ ifeq ($(HAVE_CONTRIB_INSTALL),yes)
|
|||
install -m 0644 contrib/vim/syntax/firejail.vim $(DESTDIR)$(datarootdir)/vim/vimfiles/syntax
|
||||
endif
|
||||
# documents
|
||||
install -m 0755 -d $(DESTDIR)$(DOCDIR)
|
||||
install -m 0644 -t $(DESTDIR)$(DOCDIR) COPYING README RELNOTES etc/templates/*
|
||||
install -m 0755 -d $(DESTDIR)$(docdir)
|
||||
install -m 0644 -t $(DESTDIR)$(docdir) COPYING README RELNOTES etc/templates/*
|
||||
# profiles and settings
|
||||
install -m 0755 -d $(DESTDIR)$(sysconfdir)/firejail
|
||||
install -m 0644 -t $(DESTDIR)$(sysconfdir)/firejail src/firecfg/firecfg.config
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@ exec_prefix=@exec_prefix@
|
|||
bindir=@bindir@
|
||||
libdir=@libdir@
|
||||
datarootdir=@datarootdir@
|
||||
docdir=@docdir@
|
||||
mandir=@mandir@
|
||||
sysconfdir=@sysconfdir@
|
||||
|
||||
DOCDIR=@docdir@
|
||||
HAVE_APPARMOR=@HAVE_APPARMOR@
|
||||
HAVE_CONTRIB_INSTALL=@HAVE_CONTRIB_INSTALL@
|
||||
BUSYBOX_WORKAROUND=@BUSYBOX_WORKAROUND@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue