Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Julien Ledoux
lemonldap-ng
Commits
395c0087
Commit
395c0087
authored
Apr 10, 2017
by
Yadd
Browse files
Missing path (#595)
parent
fbd2a367
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
395c0087
...
...
@@ -693,6 +693,8 @@ install_portal_site: install_conf_dir
@
$(PERL)
-i
-pe
's#__BINDIR__#
$(BINDIR)
#g;'
$(RCRONDIR)
/lemonldap-ng-portal
# Clean SVN files
@
rm
-rf
$$
(
find
${RPORTALDIR}
$(RPORTALSKINSDIR)
$(RCRONDIR)
$(RCONFDIR)
-type
d
-name
.svn
)
@
$(PERL)
-i
-pe
's#__PORTALSTATICDIR__#
$(PORTALRELATIVESTATICDIR)
#g'
$(RCONFDIR)
/
$(CONFFILENAME)
@
$(PERL)
-i
-pe
's#__PORTALTEMPLATESDIR__#
$(PORTALTEMPLATESDIR)
#g'
$(RCONFDIR)
/
$(CONFFILENAME)
install_handler_site
:
install_conf_dir
# Handler install
...
...
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