Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
373f0340
Commit
373f0340
authored
May 21, 2019
by
IKEDA Soji
Browse files
Makefile.am: sympa.conf-dist cannot be installed with unprivileged make.
parent
ae430bda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
373f0340
...
...
@@ -137,11 +137,11 @@ installconfig: installdir
chown
$(USER)
$(DESTDIR)$(confdir)
/sympa.conf
;
\
chgrp
$(GROUP)
$(DESTDIR)$(confdir)
/sympa.conf
;
\
fi
@
echo
"Installing configuration template ..."
\
echo
"installing sympa.conf-dist"
;
\
@
echo
"Installing configuration template ..."
-
@
echo
"installing sympa.conf-dist"
;
\
$(INSTALL)
-m
644
-T
sympa.conf-dist
$(DESTDIR)$(confdir)
/sympa.conf-dist
;
\
chown
$(USER)
$(DESTDIR)$(confdir)
/sympa.conf-dist
;
\
chgrp
$(GROUP)
$(DESTDIR)$(confdir)
/sympa.conf-dist
;
chgrp
$(GROUP)
$(DESTDIR)$(confdir)
/sympa.conf-dist
-
@if
[
!
-f
$(DESTDIR)$(sysconfdir)
/data_structure.version
]
;
then
\
cd
$(DESTDIR)$(sysconfdir)
;
\
echo
"# automatically created file"
>>
data_structure.version
;
\
...
...
@@ -216,5 +216,6 @@ tidyall:
all-local
:
sympa.conf-dist
sympa.conf-dist
:
@
$(PERL)
mk-sympa-dist.pl
@
PERL5LIB
=
$(srcdir)
/src/lib
;
export
PERL5LIB
;
\
$(PERL)
mk-sympa-dist.pl
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment