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
0578a196
Commit
0578a196
authored
Mar 15, 2018
by
Xavier Guimard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bad mode
parent
e4b995f6
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 @
0578a196
...
@@ -707,7 +707,7 @@ install_portal_site: install_conf_dir
...
@@ -707,7 +707,7 @@ install_portal_site: install_conf_dir
done
;
cd
-
done
;
cd
-
@
cd
$(SRCPORTALDIR)
/site/templates
;
for
f
in
`
find
*
-type
f
!
-name
'*.tpl'
`
;
do
\
@
cd
$(SRCPORTALDIR)
/site/templates
;
for
f
in
`
find
*
-type
f
!
-name
'*.tpl'
`
;
do
\
mkdir
-p
$(RPORTALTEMPLATESDIR)
/
`
dirname
$$
f
`
;
\
mkdir
-p
$(RPORTALTEMPLATESDIR)
/
`
dirname
$$
f
`
;
\
install
-v
$$
f
$(RPORTALTEMPLATESDIR)
/
$$
f
;
\
install
-
m
644
-
v
$$
f
$(RPORTALTEMPLATESDIR)
/
$$
f
;
\
done
;
cd
-
done
;
cd
-
@
cd
$(SRCPORTALDIR)
/site/templates
;
for
l
in
`
find
*
-type
l
`
;
do
\
@
cd
$(SRCPORTALDIR)
/site/templates
;
for
l
in
`
find
*
-type
l
`
;
do
\
echo link
to
do
$$
l
`
readlink
$$
l
`
;
\
echo link
to
do
$$
l
`
readlink
$$
l
`
;
\
...
@@ -716,7 +716,7 @@ install_portal_site: install_conf_dir
...
@@ -716,7 +716,7 @@ install_portal_site: install_conf_dir
ln
-s
$$
target
$$
l
;
\
ln
-s
$$
target
$$
l
;
\
cd
-
;
\
cd
-
;
\
done
done
if
test
"
$(USEEXTERNALLIBS)
"
=
"yes"
;
then
\
@
if
test
"
$(USEEXTERNALLIBS)
"
=
"yes"
;
then
\
rm
-rvf
$(PORTALEXTERNALLIBS)
;
\
rm
-rvf
$(PORTALEXTERNALLIBS)
;
\
elif
test
"
$(USEDEBIANLIBS)
"
=
"yes"
;
then
\
elif
test
"
$(USEDEBIANLIBS)
"
=
"yes"
;
then
\
rm
-rvf
$(PORTALLIBSTOREMOVEFORDEBIAN)
;
\
rm
-rvf
$(PORTALLIBSTOREMOVEFORDEBIAN)
;
\
...
...
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