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
7b3d0b64
Commit
7b3d0b64
authored
Aug 07, 2014
by
Mike Hibler
Browse files
Make sure /usr/testbed/sbin exists when installing.
parent
941f8d36
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/os/capture/GNUmakefile.in
View file @
7b3d0b64
...
...
@@ -96,6 +96,7 @@ install: all $(INSTALL_SBINDIR)/capserver $(INSTALL_SBINDIR)/capture
$(INSTALL_PROGRAM) capture $(INSTALL_DIR)/opsdir/sbin/capture
client-install: client
-mkdir -p $(DESTDIR)$(INSTALL_SBINDIR)
$(INSTALL_PROGRAM) capture$(EXE) $(DESTDIR)$(INSTALL_SBINDIR)/capture$(EXE)
$(INSTALL_PROGRAM) capquery$(EXE) $(DESTDIR)$(INSTALL_SBINDIR)/capquery$(EXE)
$(INSTALL_PROGRAM) capture-nossl$(EXE) $(DESTDIR)$(INSTALL_SBINDIR)/capture-nossl$(EXE)
...
...
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