1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

updating builder new hello version.

This commit is contained in:
i97henka 2023-06-03 16:20:54 +01:00
parent 9ebdbda7a9
commit b865367523

View file

@ -1,6 +1,6 @@
export PATH="$gnutar/bin:$gcc/bin:$gnumake/bin:$coreutils/bin:$gawk/bin:$gzip/bin:$gnugrep/bin:$gnused/bin:$bintools/bin"
tar -xzf $src
cd hello-2.10
cd hello-2.12.1
./configure --prefix=$out
make
make install