Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
a220ee7f
Commit
a220ee7f
authored
Aug 16, 2017
by
IKEDA Soji
Browse files
[bug] sympa_smtpc was installed in "/libexec" without $exec_prefix.
- Instead, it will be installed in $bindir.
parent
932fbcc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
a220ee7f
...
...
@@ -94,9 +94,9 @@ authorcheck:
install-data-hook
:
installdir installconfig nextstep importantchanges
if
SMTPC
-@chown
$(USER)
$(DESTDIR)$(
libexec
dir)/sympa_smtpc
-@chgrp
$(GROUP)
$(DESTDIR)$(
libexec
dir)/sympa_smtpc
-@chmod
750
$(DESTDIR)$(
libexec
dir)/sympa_smtpc
-@chown
$(USER)
$(DESTDIR)$(
bin
dir)/sympa_smtpc
-@chgrp
$(GROUP)
$(DESTDIR)$(
bin
dir)/sympa_smtpc
-@chmod
750
$(DESTDIR)$(
bin
dir)/sympa_smtpc
endif
installdir
:
...
...
configure.ac
View file @
a220ee7f
...
...
@@ -615,7 +615,7 @@ AC_CONFIG_FILES([
])
AC_CONFIG_SUBDIRS([src/smtpc])
SMTPC_CONFIGURE_OPTIONS="
--bindir=$libexecdir
--program-prefix=sympa_"
SMTPC_CONFIGURE_OPTIONS="--program-prefix=sympa_"
export SMTPC_CONFIGURE_OPTIONS
AC_OUTPUT
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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