Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
e5eb478c
Commit
e5eb478c
authored
Jul 15, 2013
by
Mike Hibler
Browse files
Bug fix: change spaces to tabs.
parent
d992f147
Changes
1
Hide whitespace changes
Inline
Side-by-side
ssl/GNUmakefile.in
View file @
e5eb478c
...
...
@@ -291,8 +291,8 @@ remote-site-boss-install: install-dirs \
apache-install:
$(INSTALL_DATA) apache.pem $(DESTDIR)$(APACHE_CERTFILE)
$(INSTALL_DATA) apache.key $(DESTDIR)$(APACHE_KEYFILE)
chmod 640 $(DESTDIR)$(APACHE_CERTFILE)
chmod 640 $(DESTDIR)$(APACHE_KEYFILE)
chmod 640 $(DESTDIR)$(APACHE_CERTFILE)
chmod 640 $(DESTDIR)$(APACHE_KEYFILE)
client-install:
$(INSTALL_DATA) localnode.pem $(DESTDIR)$(CLIENT_ETCDIR)/client.pem
...
...
Write
Preview
Supports
Markdown
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