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
258
Issues
258
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
70b8e042
Commit
70b8e042
authored
Oct 30, 2010
by
Clément OUDOT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some make install output
parent
1b092221
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
build/lemonldap-ng/Makefile
build/lemonldap-ng/Makefile
+2
-3
No files found.
build/lemonldap-ng/Makefile
View file @
70b8e042
...
...
@@ -224,7 +224,7 @@ install_bin: install_conf_dir
${SRCCOMMONDIR}
/scripts/lmMigrateConfFiles2ini
\
${SRCMANAGERDIR}
/example/scripts/lmConfigEditor
\
$(RBINDIR)
chmod
+x
$(RBINDIR)
/
*
@
chmod
+x
$(RBINDIR)
/
*
#
# SITE INSTALL
...
...
@@ -317,8 +317,7 @@ install_portal_site: install_conf_dir
@
cp
-pR
--remove-destination
${SRCPORTALDIR}
/example/mail.pl
${RPORTALDIR}
@
cp
-pR
--remove-destination
${SRCPORTALDIR}
/example/metadata.pl
${RPORTALDIR}
@
cp
-pR
--remove-destination
${SRCPORTALDIR}
/example/cdc.pl
${RPORTALDIR}
@
tar
-cf
-
-C
${SRCPORTALDIR}
/example/skins/
$$
(
ls
${SRCPORTALDIR}
/example/skins/
)
|tar
-xvf
-
-C
$(RPORTALSKINSDIR)
#@cp -a --remove-destination
${SRCPORTALDIR}
/example/skins/
*
$(RPORTALSKINSDIR)
@
tar
-cf
-
-C
${SRCPORTALDIR}
/example/skins/
$$
(
ls
${SRCPORTALDIR}
/example/skins/
)
|tar
-xf
-
-C
$(RPORTALSKINSDIR)
@
if
[
"
$(PORTALDIR)
/skins/"
!=
"
$(PORTALSKINSDIR)
/"
]
;
then
\
for
skin
in
$$
(
ls
lemonldap-ng-portal/example/skins/
)
;
do
\
rm
-rf
$(RPORTALDIR)
/skins/
$$
skin/
;
\
...
...
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