Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
ae361bf8
Commit
ae361bf8
authored
Dec 12, 2017
by
Xavier Guimard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better fix for portal installation (#1333)
parent
661a54aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Makefile
Makefile
+6
-2
No files found.
Makefile
View file @
ae361bf8
...
...
@@ -685,7 +685,7 @@ install_portal_site: install_conf_dir
$(RCRONDIR)
$(RCONFDIR)
@
cp
-pR
-f
$(SRCPORTALDIR)
/site/htdocs/index.
*
$(RPORTALSITEDIR)
@
cp
-pR
-f
$(SRCPORTALDIR)
/site/htdocs/static/
*
$(RPORTALSTATICDIR)
cd
$(SRCPORTALDIR)
/site/templates
;
for
f
in
`
find
*
-type
f
`
;
do
\
@
cd
$(SRCPORTALDIR)
/site/templates
;
for
f
in
`
find
*
-type
f
-name
'*.tpl'
`
;
do
\
echo
"
$$
f =>
$(RPORTALTEMPLATESDIR)
/
$$
f"
;
\
mkdir
-p
$(RPORTALTEMPLATESDIR)
/
`
dirname
$$
f
`
;
\
../../../scripts/transform-templates
\
...
...
@@ -695,7 +695,11 @@ install_portal_site: install_conf_dir
cssminified
$(CSSCOMPRESS)
<
$$
f
\
>
$(RPORTALTEMPLATESDIR)
/
$$
f
;
\
done
;
cd
-
cd
$(SRCPORTALDIR)
/site/templates
;
for
l
in
`
find
*
-type
l
`
;
do
\
@
cd
$(SRCPORTALDIR)
/site/templates
;
for
f
in
`
find
*
-type
f
!
-name
'*.tpl'
`
;
do
\
mkdir
-p
$(RPORTALTEMPLATESDIR)
/
`
dirname
$$
f
`
;
\
install
-v
$$
f
$(RPORTALTEMPLATESDIR)
/
$$
f
;
\
done
;
cd
-
@
cd
$(SRCPORTALDIR)
/site/templates
;
for
l
in
`
find
*
-type
l
`
;
do
\
echo link
to
do
$$
l
`
readlink
$$
l
`
;
\
target
=
`
readlink
$$
l
`
;
\
cd
$(RPORTALTEMPLATESDIR)
;
\
...
...
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