mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
Script to automatically checkout and create a snix release.
This commit is contained in:
parent
ab649814fc
commit
b6659d4425
3 changed files with 31 additions and 0 deletions
9
prebootstrap.sh
Executable file
9
prebootstrap.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#! /bin/sh -e
|
||||
|
||||
export ACLOCAL_PATH=/home/$(whoami)/.nix-profile/share/aclocal
|
||||
|
||||
export AUTOCONF=autoconf
|
||||
export AUTOHEADER=autoheader
|
||||
export AUTOMAKE=automake
|
||||
|
||||
./bootstrap.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue