mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 20:20:58 +01:00
First commit
This commit is contained in:
parent
1a793c60ce
commit
b712f0f019
7 changed files with 164 additions and 13 deletions
11
install_make.sh
Executable file
11
install_make.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#! /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
|
||||
Loading…
Add table
Add a link
Reference in a new issue