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
78b0da30
Commit
78b0da30
authored
Dec 29, 2008
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LEMONLDAP::NG : apps and doc directory were missing in install_site target
parent
403917e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
build/lemonldap-ng/Makefile
build/lemonldap-ng/Makefile
+6
-1
No files found.
build/lemonldap-ng/Makefile
View file @
78b0da30
...
...
@@ -175,7 +175,7 @@ install_bin: install_libs install_conf_dir
#
# SITE INSTALL
#
install_site
:
install_manager_site install_portal_site install_handler_site install_test_site install_examples_site
install_site
:
install_manager_site install_portal_site install_handler_site install_test_site install_examples_site
install_doc_site
# Site install
@
install
-v
-d
$(RCONFDIR)
# Apache configuration files
...
...
@@ -261,6 +261,7 @@ install_portal_site: install_conf_dir
done
@
cp
-pR
--remove-destination
${SRCPORTALDIR}
example/index_skin.pl
${RPORTALDIR}
index.pl
@
cp
-pR
--remove-destination
${SRCPORTALDIR}
example/error.pl
${RPORTALDIR}
@
cp
-pR
--remove-destination
${SRCPORTALDIR}
example/apps
${RPORTALDIR}
@
perl
-i
-pe
's#__SKINDIR__#
$(PORTALDIR)
skins#; \
s#__APPSXMLFILE__#
$(CONFDIR)
apps-list.xml#;'
${RPORTALDIR}
index.pl
${RPORTALDIR}
error.pl
@
cp
-pR
--remove-destination
${SRCPORTALDIR}
example/skins/
*
$(RPORTALSKINSDIR)
...
...
@@ -311,6 +312,10 @@ install_examples_site:
s#__APPSXMLFILE__#
$(CONFDIR)
apps-list.xml#; \
s#__SESSIONDIR__#
$(APACHESESSIONFILEDIR)
#g;'
$(REXAMPLESDIR)
portal/
*
.pl
install_doc_site
:
@
install
-v
-d
$(RDOCDIR)
@
cp
-R
--remove-destination
doc/
*
$(RDOCDIR)
install_conf_dir
:
install_sessions_dir
# Configuration files install
@
install
-v
-d
$(RCONFDIR)
$(RFILECONFIGDIR)
$(RTOOLSDIR)
...
...
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