mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 08:28:20 +00:00
there is no bin/ directory
This commit is contained in:
parent
8297e09d78
commit
1cddfd69c4
|
@ -75,8 +75,6 @@ stdenv.mkDerivation {
|
||||||
mv opt/HipChat/lib/ $d
|
mv opt/HipChat/lib/ $d
|
||||||
mv usr/share $out
|
mv usr/share $out
|
||||||
|
|
||||||
patchShebangs $out/bin
|
|
||||||
|
|
||||||
for file in $(find $d -type f); do
|
for file in $(find $d -type f); do
|
||||||
patchelf --set-interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" $file || true
|
patchelf --set-interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" $file || true
|
||||||
patchelf --set-rpath ${rpath}:\$ORIGIN $file || true
|
patchelf --set-rpath ${rpath}:\$ORIGIN $file || true
|
||||||
|
|
Loading…
Reference in a new issue