--prefix=/usr for patchelf
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user