Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
7155d00c
Commit
7155d00c
authored
Jun 10, 2015
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change substitute separator to avoid error on installation (
#820
)
parent
73dacaf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
7155d00c
...
...
@@ -329,8 +329,8 @@ install_manager_site: install_conf_dir
# Clean svn files
@
rm
-rf
$$
(
find
${RMANAGERDIR}
${RMANAGERSTATICDIR}
$(RMANAGERPSGIDIR)
\
$(RMANAGERTEMPLATESDIR)
$(RCONFDIR)
-type
d
-name
.svn
)
$(PERL)
-i
-pe
's
/
__MANAGERSTATICDIR__
/
$(MANAGERSTATICDIR)
/
g'
$(RCONFDIR)
/
$(CONFFILENAME)
$(PERL)
-i
-pe
's
/
__MANAGERTEMPLATESDIR__
/
$(MANAGERTEMPLATESDIR)
/
g'
$(RCONFDIR)
/
$(CONFFILENAME)
$(PERL)
-i
-pe
's
#
__MANAGERSTATICDIR__
#
$(MANAGERSTATICDIR)
#
g'
$(RCONFDIR)
/
$(CONFFILENAME)
$(PERL)
-i
-pe
's
#
__MANAGERTEMPLATESDIR__
#
$(MANAGERTEMPLATESDIR)
#
g'
$(RCONFDIR)
/
$(CONFFILENAME)
install_portal_site
:
install_conf_dir
# Portal install
...
...
Write
Preview
Markdown
is supported
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