diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-04-20 06:38:40 -0400 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-04-20 06:38:40 -0400 |
| commit | 48a3a6782bc086f363b4b8a9d005bc7120a6fb28 (patch) | |
| tree | aaaf6237c3a0c9fdfb18adc592af0c394eaea33a | |
| parent | f8115c79b80cffaa532d232ccd0481709f3caa34 (diff) | |
Enabled the hostname command
| -rwxr-xr-x | build-bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-bootstrap.sh b/build-bootstrap.sh index 11adc68..8deb454 100755 --- a/build-bootstrap.sh +++ b/build-bootstrap.sh @@ -148,6 +148,7 @@ cd coreutils-*/ ./configure \ --datarootdir=/usr/share \ --disable-nls \ + --enable-install-program=hostname \ --includedir=/usr/include \ --libexecdir=/lib \ --prefix="" \ |
