Skip to content
GitLab
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
ccbb3d80
Commit
ccbb3d80
authored
May 17, 2012
by
Leigh B Stoller
Browse files
Use sudo rule to install files into /usr/testbed/suidbin since the
directory is 755 and Mike wants it that way.
parent
ceae5032
Changes
1
Hide whitespace changes
Inline
Side-by-side
GNUmakerules
View file @
ccbb3d80
...
...
@@ -79,7 +79,7 @@ $(addprefix $(INSTALL_LIBEXECDIR)/, $(SETUID_SUEXEC_SCRIPTS)): $(INSTALL_LIBEXEC
$(INSTALL_SUIDDIR)/%: %
echo "Installing (real script) $<"
-mkdir -p $(INSTALL_SUIDDIR)
$(INSTALL_PROGRAM) $< $@
$(SUDO)
$(INSTALL_PROGRAM) $< $@
CFLAGS += $(LOCALCFLAGS)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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