Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
025180d9
Commit
025180d9
authored
Mar 17, 2015
by
gsell
Browse files
scripts/Bootstrap/install_pmodules.sh: run 'environment.bash.in' throu sed
parent
4faf9f7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
scripts/Bootstrap/install_pmodules.sh
scripts/Bootstrap/install_pmodules.sh
+1
-0
No files found.
scripts/Bootstrap/install_pmodules.sh
View file @
025180d9
...
@@ -14,6 +14,7 @@ sed_cmd+="s:@PMODULES_VERSION@:${PMODULES_VERSION}:g;"
...
@@ -14,6 +14,7 @@ sed_cmd+="s:@PMODULES_VERSION@:${PMODULES_VERSION}:g;"
sed_cmd+
=
"s:@MODULES_VERSION@:
${
MODULES_VERSION
}
:g"
sed_cmd+
=
"s:@MODULES_VERSION@:
${
MODULES_VERSION
}
:g"
sed
"
${
sed_cmd
}
"
"
${
SRC_DIR
}
/modulecmd.in"
>
"
${
SRC_DIR
}
/modulecmd"
sed
"
${
sed_cmd
}
"
"
${
SRC_DIR
}
/modulecmd.in"
>
"
${
SRC_DIR
}
/modulecmd"
sed
"
${
sed_cmd
}
"
"
${
SRC_DIR
}
/modmanage.in"
>
"
${
SRC_DIR
}
/modmanage.bash"
sed
"
${
sed_cmd
}
"
"
${
SRC_DIR
}
/modmanage.in"
>
"
${
SRC_DIR
}
/modmanage.bash"
sed
"
${
sed_cmd
}
"
"
${
SRC_DIR
}
/environment.bash.in"
>
"
${
SRC_DIR
}
/environment.bash"
install
-d
-m
0755
"
${
PMODULES_HOME
}
/bin"
install
-d
-m
0755
"
${
PMODULES_HOME
}
/bin"
install
-d
-m
0755
"
${
PMODULES_HOME
}
/config"
install
-d
-m
0755
"
${
PMODULES_HOME
}
/config"
...
...
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