Compare commits
No commits in common. "06ff58c53492541385b99551132b1833c22b5480" and "7445b1999679ee330dbec92035e21b2ce2c140fe" have entirely different histories.
06ff58c534
...
7445b19996
Binary file not shown.
|
@ -1 +1 @@
|
||||||
3f0d72d4cbdcffb87a51605bcb17cc9b2d993298ce854f5e752703bf513f1bea88976ae76e8d6ab460d3663a91e3fc6f42153bb1e5c31470a373f5bf84312fb7 headless.apkovl.tar.gz
|
36892e9aa76807941602160ff62948c8953eefa36f9b386a0c7302fc46710b473a3e14b7eaf223a1ae6ac6454a839c78049c311fdbd50a204b2a011cb8faa474 headless.apkovl.tar.gz
|
||||||
|
|
10
make.sh
10
make.sh
|
@ -3,14 +3,8 @@
|
||||||
# SPDX-FileCopyrightText: Copyright 2022-2023, macmpi
|
# SPDX-FileCopyrightText: Copyright 2022-2023, macmpi
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Script meant to be run on Alpine (busybox) or on Ubuntu.
|
# script meant to be run on Alpine (busybox) or on Ubuntu
|
||||||
# Check busybox version & options if eventually using other platforms.
|
# verify busybox build options if eventually using other platforms
|
||||||
|
|
||||||
# Ubuntu LTS busybox 1.30.1 tar does NOT support setting owner/group/mtime
|
|
||||||
# probably available after busybox 1.31.1, following 2019-08-01 change:
|
|
||||||
# https://git.busybox.net/busybox/commit/?id=e6a87e74837ba5f2f2207a75cd825acf8cf28afb
|
|
||||||
# This limitation requires copying files and setting owner/group/mtime before archiving.
|
|
||||||
|
|
||||||
command -v doas > /dev/null || alias doas="/usr/bin/sudo"
|
command -v doas > /dev/null || alias doas="/usr/bin/sudo"
|
||||||
|
|
||||||
build_path="$(mktemp -d)"
|
build_path="$(mktemp -d)"
|
||||||
|
|
Loading…
Reference in New Issue