Browse Source

--prefix=/usr for patchelf

master
probonopd 6 years ago
committed by GitHub
parent
commit
32bf3dea2e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tests/tests-environment.sh

4
tests/tests-environment.sh

@ -12,8 +12,8 @@ sudo apt-get update -qq
git clone -o e1e39f3 https://github.com/NixOS/patchelf
cd patchelf
bash ./bootstrap.sh
./configure
make -j2
./configure --prefix=/usr
make -j$(nproc)
sudo make install
cd /tmp/

Loading…
Cancel
Save