--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 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/