bashisms: Fix previous commit.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
post_install() {
|
||||
cd mingw32
|
||||
local _prefix=$(pwd -W)
|
||||
popd > /dev/null
|
||||
cd -
|
||||
sed -e "s|/mingw32|${_prefix}|g" -i mingw32/share/llvm/cmake/LLVMConfig.cmake
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
post_install() {
|
||||
cd mingw64
|
||||
local _prefix=$(pwd -W)
|
||||
popd > /dev/null
|
||||
cd -
|
||||
sed -e "s|/mingw64|${_prefix}|g" -i mingw64/share/llvm/cmake/LLVMConfig.cmake
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
post_install() {
|
||||
cd mingw32
|
||||
local _prefix=$(pwd -W)
|
||||
popd > /dev/null
|
||||
cd -
|
||||
sed -e "s|/mingw32|${_prefix}|g" -i mingw32/share/llvm/cmake/LLVMConfig.cmake
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
post_install() {
|
||||
cd mingw64
|
||||
local _prefix=$(pwd -W)
|
||||
popd > /dev/null
|
||||
cd -
|
||||
sed -e "s|/mingw64|${_prefix}|g" -i mingw64/share/llvm/cmake/LLVMConfig.cmake
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user