1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 20:20:58 +01:00
nix/install_make.sh
Wouter den Breejen b712f0f019 First commit
2007-05-15 09:26:33 +00:00

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