File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ cat >> $(conan config home)/settings_user.yml <<EOT
140140os:
141141 debian-${DEBIAN_VERSION}:
142142EOT
143- sed -i "s/os=Linux/os=debian-${DEBIAN_VERSION}/1 " $(conan config home)/profiles/default
143+ sed -i "s/os=Linux/os=debian-${DEBIAN_VERSION}/g " $(conan config home)/profiles/default
144144EOF
145145
146146# Explicitly set the compiler flags.
@@ -235,7 +235,7 @@ cat >> $(conan config home)/settings_user.yml <<EOT
235235os:
236236 debian-${DEBIAN_VERSION}:
237237EOT
238- sed -i "s/os=Linux/os=debian-${DEBIAN_VERSION}/1 " $(conan config home)/profiles/default
238+ sed -i "s/os=Linux/os=debian-${DEBIAN_VERSION}/g " $(conan config home)/profiles/default
239239EOF
240240
241241# Explicitly set the compiler flags and the distribution name and version.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ cat >> $(conan config home)/settings_user.yml <<EOT
110110os:
111111 rhel-${RHEL_VERSION}:
112112EOT
113- sed -i "s/os=Linux/os=rhel-${RHEL_VERSION}/1 " $(conan config home)/profiles/default
113+ sed -i "s/os=Linux/os=rhel-${RHEL_VERSION}/g " $(conan config home)/profiles/default
114114EOF
115115
116116# Explicitly set the compiler flags.
@@ -191,7 +191,7 @@ cat >> $(conan config home)/settings_user.yml <<EOT
191191os:
192192 rhel-${RHEL_VERSION}:
193193EOT
194- sed -i "s/os=Linux/os=rhel-${RHEL_VERSION}/1 " $(conan config home)/profiles/default
194+ sed -i "s/os=Linux/os=rhel-${RHEL_VERSION}/g " $(conan config home)/profiles/default
195195EOF
196196
197197# Explicitly set the compiler flags.
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ cat >> $(conan config home)/settings_user.yml <<EOT
126126os:
127127 ubuntu-${UBUNTU_VERSION}:
128128EOT
129- sed -i "s/os=Linux/os=ubuntu-${UBUNTU_VERSION}/1 " $(conan config home)/profiles/default
129+ sed -i "s/os=Linux/os=ubuntu-${UBUNTU_VERSION}/g " $(conan config home)/profiles/default
130130EOF
131131
132132# Explicitly set the compiler flags.
You can’t perform that action at this time.
0 commit comments