mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Avoid using pushd/popd here for simplicity.
This commit is contained in:
@@ -56,10 +56,9 @@ BUILD_REQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
mkdir -p build
|
||||
pushd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER="g++" `popd`
|
||||
make
|
||||
popd
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER="g++" ..
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
|
||||
Reference in New Issue
Block a user