--prefix=/usr for patchelf

This commit is contained in:
probonopd
2019-04-24 22:37:21 +00:00
committed by GitHub
parent 4d09d0cb7a
commit 32bf3dea2e
+2 -2
View File
@@ -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/