mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 18:35:24 +01:00
Instead of using the pre-generated "bootstrap" script, execute the relevant bootstrap operations manually. This doesn't actually change the build output; the final package hash remains identical.
17 lines
644 B
Diff
17 lines
644 B
Diff
SPDX-FileCopyrightText: 2022 Dor Askayo <dor.askayo@gmail.com>
|
|
SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
Remove hostname from libtool script.
|
|
|
|
--- m4/libtool.m4 2022-03-17 04:43:39.000000000 +0200
|
|
+++ m4/libtool.m4 2022-09-03 20:04:29.687049292 +0300
|
|
@@ -730,7 +730,6 @@
|
|
cat <<_LT_EOF >> "$cfgfile"
|
|
#! $SHELL
|
|
# Generated automatically by $as_me ($PACKAGE) $VERSION
|
|
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
|
|
|
# Provide generalized library-building support services.
|