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 / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
b52ac391
Commit
b52ac391
authored
Jan 08, 2001
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix to control-install; make sure the symlinks are removed first.
parent
a0b07afa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
db/GNUmakefile.in
db/GNUmakefile.in
+1
-0
tbsetup/GNUmakefile.in
tbsetup/GNUmakefile.in
+1
-0
No files found.
db/GNUmakefile.in
View file @
b52ac391
...
...
@@ -30,6 +30,7 @@ install: $(addprefix $(INSTALL_BINDIR)/, $(BIN_SCRIPTS)) \
control-install:
cd $(INSTALL_BINDIR) && \
list='$(BIN_SCRIPTS)'; for file in $$list; do \
rm -f $$file; \
ln -s plasticwrap $$file; \
done;
...
...
tbsetup/GNUmakefile.in
View file @
b52ac391
...
...
@@ -78,6 +78,7 @@ post-install:
control-install: $(addprefix $(INSTALL_SBINDIR)/, console_setup.proxy)
cd $(INSTALL_BINDIR) && \
list='$(BIN_STUFF)'; for file in $$list; do \
rm -f $$file; \
ln -s plasticwrap $$file; \
done;
...
...
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