mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
9 lines
216 B
Bash
9 lines
216 B
Bash
#! /bin/bash
|
|
|
|
# Which 2.21
|
|
# Source: https://ftp.gnu.org/gnu/which/which-2.21.tar.gz
|
|
|
|
./configure --prefix=/usr $BUILDTRUPLE &&
|
|
read -p "Compile?" && make -j2 &&
|
|
read -p "Install?" && sudo -S porg -lD "make install"
|