mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
11 lines
199 B
Bash
Executable file
11 lines
199 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
make
|
|
make install
|
|
|
|
#export nixstatepath=/nixstate/nix
|
|
|
|
#for i in $nixstatepath/bin/*; do
|
|
# echo "pathing $i"
|
|
# patchelf --set-rpath ../lib/nix/:$(patchelf --print-rpath $i) $i
|
|
#done
|