probonopd
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
tests/tests-environment.sh
|
@ -12,8 +12,8 @@ sudo apt-get update -qq |
|
|
git clone -o e1e39f3 https://github.com/NixOS/patchelf |
|
|
git clone -o e1e39f3 https://github.com/NixOS/patchelf |
|
|
cd patchelf |
|
|
cd patchelf |
|
|
bash ./bootstrap.sh |
|
|
bash ./bootstrap.sh |
|
|
./configure |
|
|
./configure --prefix=/usr |
|
|
make -j2 |
|
|
make -j$(nproc) |
|
|
sudo make install |
|
|
sudo make install |
|
|
|
|
|
|
|
|
cd /tmp/ |
|
|
cd /tmp/ |
|
|