Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
54908ce1
Commit
54908ce1
authored
Nov 03, 2012
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix incorrect paths for Captcha
parent
df39b559
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
Makefile
View file @
54908ce1
...
...
@@ -318,9 +318,9 @@ install_manager_site: install_conf_dir
install_portal_site
:
install_conf_dir
# Portal install
@
mkdir
-p
$(PORTALDIR)
/captcha_output/
@
mkdir
-p
$(DATADIR)
/captcha/data
@
chmod
-R
777
$(DATADIR)
/captcha
$(PORTALDIR)
/captcha_output/
@
mkdir
-p
$(
R
PORTALDIR)
/captcha_output/
@
mkdir
-p
$(
R
DATADIR)
/captcha/data
@
chmod
-R
1
777
$(
R
DATADIR)
/captcha
$(
R
PORTALDIR)
/captcha_output/
@
install
-v
-d
$(RPORTALDIR)
$(RPORTALSKINSDIR)
\
$(RPORTALDIR)
/skins/
\
$(RCRONDIR)
$(RCONFDIR)
...
...
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